Merge pull request #748 from MarcelCoding/mjml

add mjml as xml
pull/759/head
Wilfred Hughes 2024-08-26 08:15:09 +07:00 committed by GitHub
commit 8cda9f0dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

@ -375,6 +375,10 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
Xml => &[
"*.ant",
"*.csproj",
// https://documentation.mjml.io/
// tecnicly its not html but github made it xml too
// https://github.com/github-linguist/linguist/blob/39fd5e93de98de3434cb3e857c5b1972c418f8c5/lib/linguist/languages.yml#L7963
"*.mjml",
"*.plist",
"*.resx",
"*.svg",