mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat: language support for mail files (#12945)
This commit is contained in:
parent
26cb3c20e7
commit
bb3af143f1
4 changed files with 52 additions and 0 deletions
|
@ -1676,6 +1676,16 @@ injection-regex = "tablegen"
|
|||
name = "tablegen"
|
||||
source = { git = "https://github.com/Flakebi/tree-sitter-tablegen", rev = "3e9c4822ab5cdcccf4f8aa9dcd42117f736d51d9" }
|
||||
|
||||
[[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 = "8e60f38efbae1cc5f22833ae13c5500dd0f3b12f" }
|
||||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
scope = "source.md"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue