Skip to content

Commit cf71d3b

Browse files
committed
Add .YAML-tmTheme as well
1 parent 0ec4686 commit cf71d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"editor.insertSpaces": true,
44
"files.associations": {
55
"*.YAML-tmLanguage": "yaml",
6-
"*.YAML-tmPreferences": "yaml"
6+
"*.YAML-tmPreferences": "yaml",
7+
"*.YAML-tmTheme": "yaml"
78
}
89
}

0 commit comments

Comments
 (0)