Treat *.xsd as XML

Fixes #602
pull/614/head
Wilfred Hughes 2023-12-08 21:34:07 +07:00
parent 1bed379115
commit 5fd9dfe4a9
1 changed files with 1 additions and 0 deletions

@ -359,6 +359,7 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
"*.vbproj", "*.vbproj",
"*.xaml", "*.xaml",
"*.xml", "*.xml",
"*.xsd",
"*.xsl", "*.xsl",
"*.xslt", "*.xslt",
"App.config", "App.config",