aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/forth
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/forth')
-rw-r--r--runtime/queries/forth/highlights.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/queries/forth/highlights.scm b/runtime/queries/forth/highlights.scm
index 7be0d132..e3e494f6 100644
--- a/runtime/queries/forth/highlights.scm
+++ b/runtime/queries/forth/highlights.scm
@@ -1,7 +1,6 @@
([(start_definition)(end_definition)] @keyword)
-([(lparen) (rparen)] @punctuation.bracket)
-((stack_effect_sep) @punctuation)
((number) @constant)
+((string) @string)
((word) @function)
((comment) @comment)
([(core)] @type)