helix/runtime/queries/forth/highlights.scm

8 lines
170 B
Scheme

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