helix-mods/runtime/queries/forth/highlights.scm
Alexander Brevig b4fe31cad6
Add forth-lsp and update tree-sitter-forth (#7334)
* feat: add forth lsp and update tree sitter

* fix: update highlights
2023-06-16 23:12:29 +02:00

8 lines
170 B
Scheme

([(start_definition)(end_definition)] @keyword)
((number) @constant)
((string) @string)
((word) @function)
((comment) @comment)
([(core)] @type)
([(operator)] @operator)