action widgets: Fix grammar

This commit is contained in:
James Westman 2022-06-08 22:54:24 -05:00
parent 2c58a0f51c
commit 4b7fda4f43
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ class ResponseId(AstNode):
]
grammar = [
UseIdent("response"),
Keyword("response"),
"=",
AnyOf(
UseIdent("response_id"),