mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove the ':' in a few places
Changed my mind, I think it's more confusing to use the colon for properties when they aren't really properties.
This commit is contained in:
parent
e759569c3f
commit
981c2e3b7d
10 changed files with 14 additions and 17 deletions
|
@ -44,7 +44,6 @@ styles = Group(
|
|||
Styles,
|
||||
Statement(
|
||||
Keyword("styles"),
|
||||
Op(":"),
|
||||
OpenBracket(),
|
||||
Delimited(
|
||||
Group(
|
||||
|
@ -63,5 +62,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