helix-mods/runtime/queries/forth/highlights.scm

8 lines
170 B
Scheme
Raw Normal View History

2023-06-06 15:14:34 +02:00
([(start_definition)(end_definition)] @keyword)
((number) @constant)
((string) @string)
2023-06-06 15:14:34 +02:00
((word) @function)
((comment) @comment)
([(core)] @type)
([(operator)] @operator)