nvim-treesitter/runtime/queries/muttrc/injections.scm
2025-05-12 18:43:40 +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"))