nvim-treesitter/runtime/queries/muttrc/injections.scm
2025-05-06 10:34:44 +02: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"))