mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
language: Rename extension classes
Rename extension classes to match the syntax reference.
This commit is contained in:
parent
9e82a2fb2a
commit
10806bce1e
11 changed files with 46 additions and 41 deletions
|
@ -67,7 +67,7 @@ class Response(AstNode):
|
|||
)
|
||||
|
||||
|
||||
class Responses(AstNode):
|
||||
class ExtAdwMessageDialog(AstNode):
|
||||
grammar = [
|
||||
Keyword("responses"),
|
||||
Match("[").expected(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue