Fix .rast tmGrammar to account for numbers in identifiers

This commit is contained in:
veetaha 2020-04-22 02:00:58 +03:00
parent ec645f2d75
commit 61a931425d

@ -9,7 +9,7 @@
], ],
"repository": { "repository": {
"node_type": { "node_type": {
"match": "^\\s*([A-Z_]+?)@", "match": "^\\s*([A-Z_][A-Z_0-9]*?)@",
"captures": { "captures": {
"1": { "1": {
"name": "entity.name.class" "name": "entity.name.class"