Skip to content

Commit 9107da4

Browse files
committed
Improve default file associations
1 parent 2b6d066 commit 9107da4

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,14 @@
10931093
],
10941094
"configurationDefaults": {
10951095
"files.associations": {
1096-
"*.ejs": "html"
1096+
"*.rasi": "css",
1097+
"*.bbmodel": "json",
1098+
"*.sublime-snippet": "xml",
1099+
"*.hbs": "html",
1100+
"*.ejs": "html",
1101+
"*.Xresources": "xdefaults",
1102+
"i3/config": "i3",
1103+
"i3/*.conf": "i3"
10971104
},
10981105
"emmet.includeLanguages": {
10991106
"ejs": "html"

testdata/.Xresources

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
?.Dialog.headingFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1
2+
*headingFont: -*-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-1

testdata/1.rasi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.something {}

0 commit comments

Comments
 (0)