Update completion snippets

This commit is contained in:
James Westman 2021-12-06 10:26:53 -06:00
parent 5ac1c85082
commit 08f7a4ebbd
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
6 changed files with 8 additions and 8 deletions

View file

@ -81,5 +81,5 @@ strings = Group(
def strings_completer(ast_node, match_variables):
yield Completion(
"strings", CompletionItemKind.Snippet,
snippet="strings [$0];"
snippet="strings [$0]"
)