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

View file

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