language: Rename extension classes

Rename extension classes to match the syntax reference.
This commit is contained in:
James Westman 2023-04-09 16:33:10 -05:00
parent 9e82a2fb2a
commit 10806bce1e
11 changed files with 46 additions and 41 deletions

View file

@ -32,7 +32,7 @@ class Item(AstNode):
return self.children[StringValue][0]
class Strings(AstNode):
class ExtStringListStrings(AstNode):
grammar = [
Keyword("strings"),
"[",