Skip to content

Commit d1a77e9

Browse files
committed
Assign Bazel icon to Starlark syntax
1 parent f3c1d97 commit d1a77e9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

PACKAGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ This file contains a list of possible packages you may need to install to see th
4040
## Bazel
4141

4242
- [BazelSyntax](https://packagecontrol.io/packages/BazelSyntax)
43+
- [Starlark](https://packagecontrol.io/packages/Starlark)
4344

4445
## Caddyfile
4546

icons/icons.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"bzl"
332332
],
333333
"name": "Python (Bazel)",
334-
"scope": "source.bazel"
334+
"scope": "source.bazel, source.starlark"
335335
}
336336
]
337337
},

preferences/file_type_bazel.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.bazel</string>
5+
<string>source.bazel, source.starlark</string>
66
<key>settings</key>
77
<dict>
88
<key>icon</key>

0 commit comments

Comments
 (0)