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
),
label: ($) => choice($.string, $._unquoted_string),
identifier: ($) => $._identifier,
label: ($) => choice($.string, $._unquoted_string),
attr_value: ($) => choice($.string, $._unquoted_string),
_root_attribute: ($) =>

View File

@ -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": [

Binary file not shown.