Skip to content

Commit 557e628

Browse files
committed
Add more XML extensions
1 parent b223a5e commit 557e628

1 file changed

Lines changed: 48 additions & 5 deletions

File tree

extensions/xml/package.json

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,60 @@
77
"languages": [{
88
"id": "xml",
99
"extensions": [
10-
".xml",
11-
".dtd",
1210
".ascx",
13-
".csproj",
11+
".axml",
12+
".bpmn",
1413
".config",
14+
".cpt",
15+
".csl",
16+
".csproj",
17+
".csproj.user",
18+
".dita",
19+
".ditamap",
20+
".dtd",
21+
".dtml",
22+
".fsproj",
23+
".fxml",
24+
".iml",
25+
".isml",
26+
".jmx",
27+
".jsp",
28+
".launch",
29+
".menu",
30+
".mxml",
31+
".nuspec",
32+
".opml",
33+
".owl",
34+
".proj",
35+
".pt",
36+
".pubxml",
37+
".pubxml.user",
38+
".rdf",
39+
".rng",
40+
".rss",
41+
".shproj",
42+
".storyboard",
43+
".svg",
44+
".svgz",
45+
".targets",
46+
".tld",
47+
".vbproj",
48+
".vbproj.user",
49+
".vcxproj",
50+
".vcxproj.filters",
51+
".wsdl",
1552
".wxi",
1653
".wxl",
1754
".wxs",
1855
".xaml",
19-
".svg",
20-
".svgz"
56+
".xbl",
57+
".xib",
58+
".xlf",
59+
".xliff",
60+
".xml",
61+
".xpdl",
62+
".xsd",
63+
".xul"
2164
],
2265
"firstLine" : "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
2366
"aliases": [ "XML", "xml" ],

0 commit comments

Comments
 (0)