remove decrease intrinsic+update editor support
This commit is contained in:
@ -24,6 +24,6 @@ rules:
|
||||
- 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"
|
||||
- special: "\\b(deq|swp|dup|req|depth)\\b"
|
||||
- special: "\\?\\?\\?"
|
||||
- statement: "arr"
|
BIN
editor/vscode/kurz-lang/icons/kurz-dark.png
Normal file
BIN
editor/vscode/kurz-lang/icons/kurz-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 760 B |
BIN
editor/vscode/kurz-lang/icons/kurz-light.png
Normal file
BIN
editor/vscode/kurz-lang/icons/kurz-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 743 B |
@ -14,7 +14,11 @@
|
||||
"id": "kurz",
|
||||
"aliases": ["kurz", "kurz"],
|
||||
"extensions": [".qbl"],
|
||||
"configuration": "./language-configuration.json"
|
||||
"configuration": "./language-configuration.json",
|
||||
"icon": {
|
||||
"light": "./icons/kurz-light.png",
|
||||
"dark": "./icons/kurz-dark.png"
|
||||
}
|
||||
}],
|
||||
"grammars": [{
|
||||
"language": "kurz",
|
||||
|
@ -45,7 +45,7 @@
|
||||
},
|
||||
{
|
||||
"name": "support.function.kurz",
|
||||
"match": "\\b(deq|swp|dup|req|depth|decrease)\\b"
|
||||
"match": "\\b(deq|swp|dup|req|depth)\\b"
|
||||
},
|
||||
{
|
||||
"name": "keyword.control",
|
||||
|
Reference in New Issue
Block a user