Skip to content

Commit 1e09fb2

Browse files
committed
Merge pull request adobe#11506 from adobe/marcel/xml-xsd
Highlight .xsd files as XML
2 parents 7beb2cd + 71f3785 commit 1e09fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"xml": {
103103
"name": "XML",
104104
"mode": "xml",
105-
"fileExtensions": ["xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist", "xaml"],
105+
"fileExtensions": ["xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xsd", "xbl", "mathml", "config", "plist", "xaml"],
106106
"blockComment": ["<!--", "-->"]
107107
},
108108

0 commit comments

Comments
 (0)