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

9 lines
204 B
Scheme
Raw Permalink Normal View History

((comment) @injection.content
(#set! injection.language "comment"))
((entry
key: (identifier) @_exec
value: (string) @injection.content)
(#eq? @_exec "Exec")
(#set! injection.language "bash"))