mirror of https://github.com/helix-editor/helix
Add support for Forth (#7256)
parent
71688a387b
commit
78e8695420
@ -0,0 +1,8 @@
|
||||
([(start_definition)(end_definition)] @keyword)
|
||||
([(lparen) (rparen)] @punctuation.bracket)
|
||||
((stack_effect_sep) @punctuation)
|
||||
((number) @constant)
|
||||
((word) @function)
|
||||
((comment) @comment)
|
||||
([(core)] @type)
|
||||
([(operator)] @operator)
|
Loading…
Reference in New Issue