mirror of
https://github.com/SymboScript/symboscript-vs.git
synced 2025-02-22 04:13:18 +03:00
fix: variables highlight
This commit is contained in:
parent
b67e6f481d
commit
341938d55a
3 changed files with 6 additions and 2 deletions
|
@ -197,7 +197,7 @@
|
|||
{
|
||||
"comment": "variables",
|
||||
"name": "variable.other.symboscript",
|
||||
"match": "[a-z][a-z0-9_]*",
|
||||
"match": "[A-Za-z_][A-Za-z0-9_]*",
|
||||
"captures": {
|
||||
"1": {
|
||||
"name": "constant.numeric.symboscript"
|
||||
|
|
Loading…
Add table
Reference in a new issue