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

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