helix/runtime/queries/forth/highlights.scm

8 lines
170 B
Scheme
Raw Normal View History

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