mirror of
https://github.com/helix-editor/helix
synced 2026-08-10 04:14:17 +02:00
* 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)
|