mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Add accessibility properties
This commit is contained in:
parent
d511b3f1e3
commit
b776163cd7
20 changed files with 324 additions and 13 deletions
|
@ -39,8 +39,6 @@ class_name = AnyOf(
|
|||
literal = Group(
|
||||
ast.LiteralValue,
|
||||
AnyOf(
|
||||
Sequence(Keyword("true"), UseLiteral("value", True)),
|
||||
Sequence(Keyword("false"), UseLiteral("value", False)),
|
||||
UseNumber("value"),
|
||||
UseQuoted("value"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue