Tweak comment

pull/759/head
Wilfred Hughes 2024-08-26 08:16:36 +07:00
parent 8cda9f0dc2
commit 96ff1e8dbd
1 changed files with 1 additions and 2 deletions

@ -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",