mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Add accessibility properties
This commit is contained in:
parent
d511b3f1e3
commit
b776163cd7
20 changed files with 324 additions and 13 deletions
|
@ -103,7 +103,7 @@ def property_completer(ast_node, match_variables):
|
|||
|
||||
|
||||
@completer(
|
||||
applies_in=[ast.Property],
|
||||
applies_in=[ast.Property, ast.BaseTypedAttribute],
|
||||
matches=[
|
||||
[(TokenType.IDENT, None), (TokenType.OP, ":")]
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue