nvim-treesitter/queries/muttrc/injections.scm
2024-02-15 09:39:10 +01:00

8 lines
203 B
Scheme

((regex) @injection.content
(#set! injection.language "regex"))
((shell) @injection.content
(#set! injection.language "bash"))
((comment) @injection.content
(#set! injection.language "comment"))