diff options
author | Alexander Brevig | 2023-06-06 13:14:34 +0000 |
---|---|---|
committer | GitHub | 2023-06-06 13:14:34 +0000 |
commit | 78e869542022638af482c0dd85a07086a942907a (patch) | |
tree | 03723b6d429568307e6d17ceca1d01803121fe26 /runtime/queries | |
parent | 71688a387bb4435294c7f15502746210788dabda (diff) |
Add support for Forth (#7256)
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/forth/highlights.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/queries/forth/highlights.scm b/runtime/queries/forth/highlights.scm new file mode 100644 index 00000000..7be0d132 --- /dev/null +++ b/runtime/queries/forth/highlights.scm @@ -0,0 +1,8 @@ +([(start_definition)(end_definition)] @keyword) +([(lparen) (rparen)] @punctuation.bracket) +((stack_effect_sep) @punctuation) +((number) @constant) +((word) @function) +((comment) @comment) +([(core)] @type) +([(operator)] @operator) |