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:
bors[bot] 2020-04-22 09:10:13 +00:00 committed by GitHub
commit 3d7451e6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"