feat: add the muttrc parser

This commit is contained in:
Wu Zhenyu 2024-02-14 10:15:10 +08:00 committed by Christian Clason
parent 69e4b99f13
commit e4a1cc6e8e
5 changed files with 74 additions and 0 deletions

View 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"))