Remove any from syntax highlighting

This commit is contained in:
0x4261756D 2022-12-31 16:14:52 +01:00
parent cdfa5b1310
commit fbccc9dd15
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ rules:
- symbol.brackets: "[{}]" - symbol.brackets: "[{}]"
# function # function
- identifier: "function" - identifier: "function"
- type: "\\b(bool|int|str|any)\\b" - type: "\\b(bool|int|str)\\b"
- symbol.operator: "([-+<>]|==|!=|=>|print(ln)?)" - symbol.operator: "([-+<>]|==|!=|=>|print(ln)?)"
- identifier: "\\b(if|else|while)\\b" - identifier: "\\b(if|else|while)\\b"
- special: "\\b(deq|swp|dup|req|depth|decrease)\\b" - special: "\\b(deq|swp|dup|req|depth|decrease)\\b"

View File

@ -33,7 +33,7 @@
}, },
{ {
"name": "support.type.kurz", "name": "support.type.kurz",
"match": "\\b(bool|int|str|any)\\b" "match": "\\b(bool|int|str)\\b"
}, },
{ {
"name": "constant.numeric.kurz", "name": "constant.numeric.kurz",