nvim-treesitter/runtime/queries/gaptst/injections.scm

10 lines
243 B
Scheme
Raw Normal View History

((comment) @injection.content
(#set! injection.language "comment"))
((gap_expression) @injection.content
(#set! injection.language "gap"))
((input_line) @injection.content
(#set! injection.language "gap")
(#set! injection.combined))