Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 26, 2024
1 parent 8cda9f0 commit 96ff1e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parse/guess_language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,8 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
Xml => &[
"*.ant",
"*.csproj",
// Following GitHub, treat MJML as XML.
// 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",
Expand Down

0 comments on commit 96ff1e8

Please sign in to comment.