aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/forth/highlights.scm
blob: 7be0d132e52b2fb2b0baf9bdbd6f62244a80f3e6 (plain) (blame)
1
2
3
4
5
6
7
8
([(start_definition)(end_definition)] @keyword)
([(lparen) (rparen)] @punctuation.bracket)
((stack_effect_sep) @punctuation)
((number) @constant)
((word) @function)
((comment) @comment)
([(core)] @type)
([(operator)] @operator)