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

Commit

Permalink
Merge pull request #8333 from le717/xaml-highlight
Browse files Browse the repository at this point in the history
Use XML highlighting for .xaml files
  • Loading branch information
peterflynn committed Jul 9, 2014
2 parents d4bce10 + b5e9251 commit d7c93fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/language/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"xml": {
"name": "XML",
"mode": "xml",
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist"],
"fileExtensions": ["xml", "svg", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xsl", "xul", "xbl", "mathml", "config", "plist", "xaml"],
"blockComment": ["<!--", "-->"]
},

Expand Down

0 comments on commit d7c93fc

Please sign in to comment.