Skip to content

Commit 0ec4686

Browse files
committed
Add files.associations for tmLanguage files
1 parent c1e19d3 commit 0ec4686

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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+
}
48
}

0 commit comments

Comments
 (0)