srcclean: treat *.xslt as XML (nw)

This commit is contained in:
Vas Crabb 2019-01-03 03:43:34 +11:00
parent 5e75e186e0
commit b841540955

View File

@ -1790,7 +1790,8 @@ bool is_xml_extension(char const *ext)
return
!core_stricmp(ext, ".hsi") ||
!core_stricmp(ext, ".lay") ||
!core_stricmp(ext, ".xml");
!core_stricmp(ext, ".xml") ||
!core_stricmp(ext, ".xslt");
}
} // anonymous namespace