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"
scope = "text.mail"
file-types = ["eml"]
injection-regex = "mail|eml|email"
# injection-regex = "mail|eml|email"
[[grammar]]
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" }