Remove any from syntax highlighting
This commit is contained in:
parent
cdfa5b1310
commit
fbccc9dd15
@ -21,7 +21,7 @@ rules:
|
||||
- symbol.brackets: "[{}]"
|
||||
# function
|
||||
- identifier: "function"
|
||||
- type: "\\b(bool|int|str|any)\\b"
|
||||
- type: "\\b(bool|int|str)\\b"
|
||||
- symbol.operator: "([-+<>]|==|!=|=>|print(ln)?)"
|
||||
- identifier: "\\b(if|else|while)\\b"
|
||||
- special: "\\b(deq|swp|dup|req|depth|decrease)\\b"
|
||||
|
@ -33,7 +33,7 @@
|
||||
},
|
||||
{
|
||||
"name": "support.type.kurz",
|
||||
"match": "\\b(bool|int|str|any)\\b"
|
||||
"match": "\\b(bool|int|str)\\b"
|
||||
},
|
||||
{
|
||||
"name": "constant.numeric.kurz",
|
||||
|
Loading…
x
Reference in New Issue
Block a user