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
|
@ -81,5 +81,5 @@ strings = Group(
|
|||
def strings_completer(ast_node, match_variables):
|
||||
yield Completion(
|
||||
"strings", CompletionItemKind.Snippet,
|
||||
snippet="strings [$0];"
|
||||
snippet="strings [$0]"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue