We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda8eee commit fff81fbCopy full SHA for fff81fb
2 files changed
icons/icons.json
@@ -1858,13 +1858,13 @@
1858
"file_type_lock": {
1859
"aliases": [
1860
{
1861
- "base": "source.yaml",
+ "base": "text.plain",
1862
"extensions": [
1863
"Gemfile.lock",
1864
"Berksfile.lock"
1865
],
1866
- "name": "YAML (Lock)",
1867
- "scope": "source.yaml.lock"
+ "name": "Text Plain (Lock)",
+ "scope": "text.plain.lock"
1868
}
1869
1870
"color": "red"
preferences/file_type_lock.tmPreferences
@@ -2,7 +2,7 @@
2
<plist version="1.0">
3
<dict>
4
<key>scope</key>
5
- <string>source.yaml.lock</string>
+ <string>text.plain.lock</string>
6
<key>settings</key>
7
8
<key>icon</key>
0 commit comments