add mjml as xml

pull/748/head
Marcel 2024-08-02 15:06:02 +07:00
parent 6f03fab178
commit 4d6eaf65e2
No known key found for this signature in database
GPG Key ID: 446F3B093DF81C6A
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",