mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-11 20:58:54 +00:00
Fix .rast tmGrammar to account for numbers in identifiers
This commit is contained in:
parent
ec645f2d75
commit
61a931425d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue