We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952d8f0 commit cdae55eCopy full SHA for cdae55e
package.json
@@ -123,17 +123,28 @@
123
"ASCII PLIST TextMate"
124
],
125
"extensions": [
126
+ ".textmate",
127
".tmLanguage",
128
".tmLanguage.plist",
- ".textmate"
129
+ ".tm-grammar.plist",
130
+ ".property-list",
131
+ ".plist"
132
- "firstLine": "^\\s*{\\s*\\w+\\s*=",
133
+ "firstLine": "^\\s*{\\s*\\w+\\s*=\\s*.*$",
134
"configuration": "./language-configurations/plist.language-configuration.json",
135
"icon": {
136
"dark": "assets/TextMate-file-icon.svg",
137
"light": "assets/TextMate-file-icon.svg"
138
}
139
},
140
+ {
141
+ "id": "xml",
142
+ "extensions": [
143
+ ".tmLanguage",
144
+ ".tmGrammar",
145
146
+ ]
147
+ },
148
{
149
"id": "textmate-scopes",
150
"aliases": [
0 commit comments