mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Update completion snippets
This commit is contained in:
parent
5ac1c85082
commit
08f7a4ebbd
6 changed files with 8 additions and 8 deletions
|
@ -85,5 +85,5 @@ items = Group(
|
|||
def items_completer(ast_node, match_variables):
|
||||
yield Completion(
|
||||
"items", CompletionItemKind.Snippet,
|
||||
snippet="items [$0];"
|
||||
snippet="items [$0]"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue