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

9 lines
228 B
Scheme
Raw Normal View History

2023-06-06 17:14:34 +04:00
([(start_definition)(end_definition)] @keyword)
([(lparen) (rparen)] @punctuation.bracket)
((stack_effect_sep) @punctuation)
((number) @constant)
((word) @function)
((comment) @comment)
([(core)] @type)
([(operator)] @operator)