mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -04:00
feat: add the muttrc parser
This commit is contained in:
parent
69e4b99f13
commit
e4a1cc6e8e
5 changed files with 74 additions and 0 deletions
8
queries/muttrc/injections.scm
Normal file
8
queries/muttrc/injections.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
((regex) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
|
||||
((shell) @injection.content
|
||||
(#set! injection.language "bash"))
|
||||
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue