mark xsl files as XML (#12834)

This commit is contained in:
Roberto Vidal 2025-02-11 16:09:53 +01:00 committed by GitHub
parent 518d054fcb
commit 6aa82bb3f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2776,7 +2776,8 @@ file-types = [
"musicxml",
"glif",
"ui",
"sublime-snippet"
"sublime-snippet",
"xsl"
]
block-comment-tokens = { start = "<!--", end = "-->" }
indent = { tab-width = 2, unit = " " }