Skip to content

Commit d22d017

Browse files
authored
Merge pull request #516 from mjbvz/file-associations
Add files.associations for tmLanguage files
2 parents 445b230 + cf71d3b commit d22d017

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
// Place your settings in this file to overwrite default and user settings.
22
{
3-
"editor.insertSpaces": true
3+
"editor.insertSpaces": true,
4+
"files.associations": {
5+
"*.YAML-tmLanguage": "yaml",
6+
"*.YAML-tmPreferences": "yaml",
7+
"*.YAML-tmTheme": "yaml"
8+
}
49
}

0 commit comments

Comments
 (0)