b4fe31cad6
* feat: add forth lsp and update tree sitter * fix: update highlights
7 lines
170 B
Scheme
7 lines
170 B
Scheme
([(start_definition)(end_definition)] @keyword)
|
|
((number) @constant)
|
|
((string) @string)
|
|
((word) @function)
|
|
((comment) @comment)
|
|
([(core)] @type)
|
|
([(operator)] @operator)
|