nvim-treesitter/queries/muttrc/injections.scm

9 lines
203 B
Scheme
Raw Normal View History

2024-02-14 10:15:10 +08:00
((regex) @injection.content
(#set! injection.language "regex"))
((shell) @injection.content
(#set! injection.language "bash"))
((comment) @injection.content
(#set! injection.language "comment"))