Merge #4080
4080: Fix .rast tmGrammar to account for numbers in identifiers r=matklad a=Veetaha Co-authored-by: veetaha <veetaha2@gmail.com>
This commit is contained in:
commit
3d7451e6e7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user