aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries
diff options
context:
space:
mode:
authorAlexander Brevig2023-06-06 13:14:34 +0000
committerGitHub2023-06-06 13:14:34 +0000
commit78e869542022638af482c0dd85a07086a942907a (patch)
tree03723b6d429568307e6d17ceca1d01803121fe26 /runtime/queries
parent71688a387bb4435294c7f15502746210788dabda (diff)
Add support for Forth (#7256)
Diffstat (limited to 'runtime/queries')
-rw-r--r--runtime/queries/forth/highlights.scm8
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)