Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d7c93fc

Browse files
committed
Merge pull request #8333 from le717/xaml-highlight
Use XML highlighting for .xaml files
2 parents d4bce10 + b5e9251 commit d7c93fc

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
@@ -86,7 +86,7 @@
8686
"xml": {
8787
"name": "XML",
8888
"mode": "xml",
89-
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist"],
89+
"fileExtensions": ["xml", "svg", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist", "xaml"],
9090
"blockComment": ["<!--", "-->"]
9191
},
9292

0 commit comments

Comments
 (0)