Skip to content

Commit fff81fb

Browse files
committed
Fix Berksfile and Gemfile lock scopes
This commit uses plain text base scope as both file types are unrelated with YAML.
1 parent dda8eee commit fff81fb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

icons/icons.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,13 +1858,13 @@
18581858
"file_type_lock": {
18591859
"aliases": [
18601860
{
1861-
"base": "source.yaml",
1861+
"base": "text.plain",
18621862
"extensions": [
18631863
"Gemfile.lock",
18641864
"Berksfile.lock"
18651865
],
1866-
"name": "YAML (Lock)",
1867-
"scope": "source.yaml.lock"
1866+
"name": "Text Plain (Lock)",
1867+
"scope": "text.plain.lock"
18681868
}
18691869
],
18701870
"color": "red"

preferences/file_type_lock.tmPreferences

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plist version="1.0">
33
<dict>
44
<key>scope</key>
5-
<string>source.yaml.lock</string>
5+
<string>text.plain.lock</string>
66
<key>settings</key>
77
<dict>
88
<key>icon</key>

0 commit comments

Comments
 (0)