Treat XSLT as XML

pull/504/merge
Wilfred Hughes 2023-09-09 00:12:22 +07:00
parent 004a0da67f
commit 577bb99228
1 changed files with 2 additions and 0 deletions

@ -349,6 +349,8 @@ pub fn language_globs(language: Language) -> Vec<glob::Pattern> {
"*.resx",
"*.svg",
"*.xml",
"*.xsl",
"*.xslt",
"App.config",
"nuget.config",
".classpath",