AutoYADM commit: 2025-02-17 19:30:07

This commit is contained in:
Daniel Fichtinger 2025-02-17 19:30:07 -05:00
parent cb01421476
commit 2bd7f450f9
3 changed files with 7 additions and 3 deletions

View file

@ -84,8 +84,9 @@ onSave = true
name = "mail" name = "mail"
scope = "text.mail" scope = "text.mail"
file-types = ["eml"] file-types = ["eml"]
injection-regex = "mail|eml|email" # injection-regex = "mail|eml|email"
[[grammar]] [[grammar]]
name = "mail" name = "mail"
source.path = "/home/fic/dev/tree-sitter-mail" # source.path = "/home/fic/dev/tree-sitter-mail"
source = { git = "https://github.com/stevenxxiu/tree-sitter-mail", rev = "e3d63ac2093e22777cb30d70b9264f48814622ad" }

View file

@ -1 +1,4 @@
(header_separator) @punctuation.delimiter (header_email) @type.builtin
(email) @string
(header_subject) @markup.heading
(header_other) @markup.environment