From b4fe31cad61caa64ae735db104a4d510ad14c6d7 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Fri, 16 Jun 2023 23:12:29 +0200 Subject: Add forth-lsp and update tree-sitter-forth (#7334) * feat: add forth lsp and update tree sitter * fix: update highlights--- runtime/queries/forth/highlights.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/queries') 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) -- cgit v1.2.3-70-g09d2