helix/runtime/queries/forth/highlights.scm

8 lines
170 B
Scheme
Raw Normal View History

2024-09-13 13:28:20 -05:00
([(start_definition)(end_definition)] @keyword)
((number) @constant)
((string) @string)
((word) @function)
((comment) @comment)
([(core)] @type)
([(operator)] @operator)