cosmetic changes
This commit is contained in:
parent
975e4c299a
commit
c3be4d43cc
3 changed files with 6 additions and 6 deletions
|
@ -30,10 +30,10 @@ module.exports = grammar({
|
|||
$._end
|
||||
),
|
||||
|
||||
label: ($) => choice($.string, $._unquoted_string),
|
||||
|
||||
identifier: ($) => $._identifier,
|
||||
|
||||
label: ($) => choice($.string, $._unquoted_string),
|
||||
|
||||
attr_value: ($) => choice($.string, $._unquoted_string),
|
||||
|
||||
_root_attribute: ($) =>
|
||||
|
|
|
@ -167,6 +167,10 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"identifier": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_identifier"
|
||||
},
|
||||
"label": {
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
|
@ -180,10 +184,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"identifier": {
|
||||
"type": "SYMBOL",
|
||||
"name": "_identifier"
|
||||
},
|
||||
"attr_value": {
|
||||
"type": "CHOICE",
|
||||
"members": [
|
||||
|
|
BIN
src/parser.c
BIN
src/parser.c
Binary file not shown.
Loading…
Reference in a new issue