mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
b4fe31cad6
* feat: add forth lsp and update tree sitter * fix: update highlights
8 lines
170 B
Scheme
8 lines
170 B
Scheme
([(start_definition)(end_definition)] @keyword)
|
|
((number) @constant)
|
|
((string) @string)
|
|
((word) @function)
|
|
((comment) @comment)
|
|
([(core)] @type)
|
|
([(operator)] @operator)
|