Skip to content

Commit

Permalink
Merge pull request #748 from MarcelCoding/mjml
Browse files Browse the repository at this point in the history
add mjml as xml
  • Loading branch information
Wilfred committed Aug 26, 2024
2 parents 53477fb + 4d6eaf6 commit 8cda9f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8cda9f0

Please sign in to comment.