Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | languages.toml | 58 |
1 files changed, 36 insertions, 22 deletions
diff --git a/languages.toml b/languages.toml index 67925a0d..73fbdd1a 100644 --- a/languages.toml +++ b/languages.toml @@ -3000,67 +3000,77 @@ name = "xml" scope = "source.xml" injection-regex = "xml" file-types = [ - "xml", - "mobileconfig", - "plist", - "xib", - "storyboard", - "svg", - "xsd", - "gml", - "xaml", - "gir", - "rss", - "atom", - "opml", - "policy", "ascx", - "axml", + "atom", "axaml", + "axml", "bpmn", + "checkstyle", "cpt", "csl", "csproj.user", "dita", "ditamap", "dtml", + "fods", + "fodt", "fxml", + "gir", + "glif", + "gml", + "gpx", "iml", "isml", "jmx", + "kml", "launch", "menu", + "mobileconfig", + "mpd", + "musicxml", "mxml", + "ncx", "nuspec", + "opml", "osc", "osm", + "plist", + "policy", "pt", "publishsettings", "pubxml", "pubxml.user", "rbxlx", "rbxmx", + "resx", "rng", + "rss", "shproj", + "smil", + "storyboard", + "sublime-snippet", + "svg", "tld", - { glob = "*.tm[Tt]heme" }, "tmx", + "ui", "vbproj.user", "vcxproj", "vcxproj.filters", + "wixproj", "wsdl", "wxi", "wxs", + "xaml", "xbl", + "xib", "xlf", "xliff", - "xpdl", - "xul", + "xml", + "xmp", "xoml", - "musicxml", - "glif", - "ui", - "sublime-snippet", + "xpdl", + "xrc", + "xsd", "xsl", "mpd", "smil", @@ -3069,6 +3079,10 @@ file-types = [ "fods", "itermcolors", "terminal", + "xul", + { glob = "*.tm[Ll]anguage" }, + { glob = "*.tm[Pp]references" }, + { glob = "*.tm[Tt]heme" }, ] block-comment-tokens = { start = "<!--", end = "-->" } indent = { tab-width = 2, unit = " " } |