Skip to content

Commit 2abefac

Browse files
authored
Add more XML file types (#14625)
1 parent 97aee49 commit 2abefac

File tree

1 file changed

+36
-22
lines changed

1 file changed

+36
-22
lines changed

languages.toml

Lines changed: 36 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3000,67 +3000,77 @@ name = "xml"
30003000
scope = "source.xml"
30013001
injection-regex = "xml"
30023002
file-types = [
3003-
"xml",
3004-
"mobileconfig",
3005-
"plist",
3006-
"xib",
3007-
"storyboard",
3008-
"svg",
3009-
"xsd",
3010-
"gml",
3011-
"xaml",
3012-
"gir",
3013-
"rss",
3014-
"atom",
3015-
"opml",
3016-
"policy",
30173003
"ascx",
3018-
"axml",
3004+
"atom",
30193005
"axaml",
3006+
"axml",
30203007
"bpmn",
3008+
"checkstyle",
30213009
"cpt",
30223010
"csl",
30233011
"csproj.user",
30243012
"dita",
30253013
"ditamap",
30263014
"dtml",
3015+
"fods",
3016+
"fodt",
30273017
"fxml",
3018+
"gir",
3019+
"glif",
3020+
"gml",
3021+
"gpx",
30283022
"iml",
30293023
"isml",
30303024
"jmx",
3025+
"kml",
30313026
"launch",
30323027
"menu",
3028+
"mobileconfig",
3029+
"mpd",
3030+
"musicxml",
30333031
"mxml",
3032+
"ncx",
30343033
"nuspec",
3034+
"opml",
30353035
"osc",
30363036
"osm",
3037+
"plist",
3038+
"policy",
30373039
"pt",
30383040
"publishsettings",
30393041
"pubxml",
30403042
"pubxml.user",
30413043
"rbxlx",
30423044
"rbxmx",
3045+
"resx",
30433046
"rng",
3047+
"rss",
30443048
"shproj",
3049+
"smil",
3050+
"storyboard",
3051+
"sublime-snippet",
3052+
"svg",
30453053
"tld",
3046-
{ glob = "*.tm[Tt]heme" },
30473054
"tmx",
3055+
"ui",
30483056
"vbproj.user",
30493057
"vcxproj",
30503058
"vcxproj.filters",
3059+
"wixproj",
30513060
"wsdl",
30523061
"wxi",
30533062
"wxs",
3063+
"xaml",
30543064
"xbl",
3065+
"xib",
30553066
"xlf",
30563067
"xliff",
3057-
"xpdl",
3058-
"xul",
3068+
"xml",
3069+
"xmp",
30593070
"xoml",
3060-
"musicxml",
3061-
"glif",
3062-
"ui",
3063-
"sublime-snippet",
3071+
"xpdl",
3072+
"xrc",
3073+
"xsd",
30643074
"xsl",
30653075
"mpd",
30663076
"smil",
@@ -3069,6 +3079,10 @@ file-types = [
30693079
"fods",
30703080
"itermcolors",
30713081
"terminal",
3082+
"xul",
3083+
{ glob = "*.tm[Ll]anguage" },
3084+
{ glob = "*.tm[Pp]references" },
3085+
{ glob = "*.tm[Tt]heme" },
30723086
]
30733087
block-comment-tokens = { start = "<!--", end = "-->" }
30743088
indent = { tab-width = 2, unit = " " }

0 commit comments

Comments
 (0)