feat: add Forth

This commit is contained in:
Amaan Qureshi 2023-08-21 04:29:38 -04:00
parent 620b60b5ba
commit 7c935d6bd5
8 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,21 @@
(core) @function
(operator) @operator
(word) @variable
((word) @constant
(#lua-match? @constant "^[A-Z_]+$"))
(number) @number
(string) @string
[
(start_definition)
(end_definition)
] @punctuation.delimiter
(comment) @comment
(ERROR) @error