diff options
author | Alexander Brevig | 2023-06-16 21:12:29 +0000 |
---|---|---|
committer | GitHub | 2023-06-16 21:12:29 +0000 |
commit | b4fe31cad61caa64ae735db104a4d510ad14c6d7 (patch) | |
tree | 36572dc710e4791878368d25862a58558a22b92d /runtime/queries | |
parent | d8b7232a475a7e79d86458096954b354fc4faeca (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.scm | 3 |
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) |