remove decrease intrinsic+update editor support

This commit is contained in:
0x4261756D
2023-01-11 03:02:10 +01:00
parent 34f52ae864
commit d7c6cada32
6 changed files with 7 additions and 9 deletions

View File

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