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
|
@ -67,5 +67,5 @@ styles = Group(
|
|||
matches=new_statement_patterns,
|
||||
)
|
||||
def style_completer(ast_node, match_variables):
|
||||
yield Completion("styles", CompletionItemKind.Keyword, snippet="styles [\"$0\"];")
|
||||
yield Completion("styles", CompletionItemKind.Keyword, snippet="styles [\"$0\"]")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue