aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries
diff options
context:
space:
mode:
authorAlexander Brevig2023-06-16 21:12:29 +0000
committerGitHub2023-06-16 21:12:29 +0000
commitb4fe31cad61caa64ae735db104a4d510ad14c6d7 (patch)
tree36572dc710e4791878368d25862a58558a22b92d /runtime/queries
parentd8b7232a475a7e79d86458096954b354fc4faeca (diff)
Add forth-lsp and update tree-sitter-forth (#7334)
* feat: add forth lsp and update tree sitter * fix: update highlights
Diffstat (limited to 'runtime/queries')
-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)