languages/xml: add mpd & smil extensions (#12916)

This commit is contained in:
J. Dekker 2025-02-19 17:58:29 +01:00 committed by GitHub
parent d031260180
commit 6304e7b2a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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