cosmetic changes

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-05 10:09:14 +03:00
parent 975e4c299a
commit c3be4d43cc
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
3 changed files with 6 additions and 6 deletions

View file

@ -30,10 +30,10 @@ module.exports = grammar({
$._end $._end
), ),
label: ($) => choice($.string, $._unquoted_string),
identifier: ($) => $._identifier, identifier: ($) => $._identifier,
label: ($) => choice($.string, $._unquoted_string),
attr_value: ($) => choice($.string, $._unquoted_string), attr_value: ($) => choice($.string, $._unquoted_string),
_root_attribute: ($) => _root_attribute: ($) =>

View file

@ -167,6 +167,10 @@
} }
] ]
}, },
"identifier": {
"type": "SYMBOL",
"name": "_identifier"
},
"label": { "label": {
"type": "CHOICE", "type": "CHOICE",
"members": [ "members": [
@ -180,10 +184,6 @@
} }
] ]
}, },
"identifier": {
"type": "SYMBOL",
"name": "_identifier"
},
"attr_value": { "attr_value": {
"type": "CHOICE", "type": "CHOICE",
"members": [ "members": [

Binary file not shown.