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

8 lines
170 B
Scheme
Raw Normal View History

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