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
|
@ -172,7 +172,7 @@ def menu_content_completer(ast_node, match_variables):
|
|||
)
|
||||
yield Completion(
|
||||
"item (shorthand)", CompletionItemKind.Snippet,
|
||||
snippet='item (_("${1:Label}"), "${2:action-name}", "${3:icon-name}");'
|
||||
snippet='item (_("${1:Label}"), "${2:action-name}", "${3:icon-name}")'
|
||||
)
|
||||
|
||||
yield Completion(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue