Add more XML extensions

This commit is contained in:
Daniel Imms 2015-11-28 18:14:35 -08:00
parent b223a5e626
commit 557e6284a8

View file

@ -7,17 +7,60 @@
"languages": [{ "languages": [{
"id": "xml", "id": "xml",
"extensions": [ "extensions": [
".xml",
".dtd",
".ascx", ".ascx",
".csproj", ".axml",
".bpmn",
".config", ".config",
".cpt",
".csl",
".csproj",
".csproj.user",
".dita",
".ditamap",
".dtd",
".dtml",
".fsproj",
".fxml",
".iml",
".isml",
".jmx",
".jsp",
".launch",
".menu",
".mxml",
".nuspec",
".opml",
".owl",
".proj",
".pt",
".pubxml",
".pubxml.user",
".rdf",
".rng",
".rss",
".shproj",
".storyboard",
".svg",
".svgz",
".targets",
".tld",
".vbproj",
".vbproj.user",
".vcxproj",
".vcxproj.filters",
".wsdl",
".wxi", ".wxi",
".wxl", ".wxl",
".wxs", ".wxs",
".xaml", ".xaml",
".svg", ".xbl",
".svgz" ".xib",
".xlf",
".xliff",
".xml",
".xpdl",
".xsd",
".xul"
], ],
"firstLine" : "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)", "firstLine" : "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
"aliases": [ "XML", "xml" ], "aliases": [ "XML", "xml" ],