fix: variables highlight

This commit is contained in:
Artemy 2023-12-29 12:56:21 +03:00
parent b67e6f481d
commit 341938d55a
3 changed files with 6 additions and 2 deletions

View file

@ -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"