AutoYADM commit: 2025-02-24 10:50:24

This commit is contained in:
Daniel Fichtinger 2025-02-24 10:50:24 -05:00
parent 995e38358e
commit 75e14bd1c1
136 changed files with 51 additions and 0 deletions

View file

@ -103,3 +103,15 @@ file-types = [{ glob = "test/corpus/*.txt" }]
[[grammar]]
name = "test"
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-test", rev = "93746e2e387ae757d21088ab0ab5657efffb973e" }
[[language]]
name = "mail"
scope = "text.mail"
file-types = ["eml"]
injection-regex = "mail|eml|email"
[[grammar]]
name = "mail"
source = { git = "https://github.com/ficcdaf/tree-sitter-mail", rev = "4b2a10dbd4b235df2874bce750c8893a296dd3df" }