mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
action widgets: Fix grammar
This commit is contained in:
parent
2c58a0f51c
commit
4b7fda4f43
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class ResponseId(AstNode):
|
|||
]
|
||||
|
||||
grammar = [
|
||||
UseIdent("response"),
|
||||
Keyword("response"),
|
||||
"=",
|
||||
AnyOf(
|
||||
UseIdent("response_id"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue