nvim-treesitter/runtime/queries/muttrc/injections.scm
2025-03-05 10:00:38 +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"))