From d1a77e95927463662cfdd9e629f2c4094b3f89ea Mon Sep 17 00:00:00 2001 From: deathaxe Date: Thu, 23 May 2024 20:35:15 +0200 Subject: [PATCH] Assign Bazel icon to Starlark syntax --- PACKAGES.md | 1 + icons/icons.json | 2 +- preferences/file_type_bazel.tmPreferences | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PACKAGES.md b/PACKAGES.md index b690b32f..d4ff069a 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -40,6 +40,7 @@ This file contains a list of possible packages you may need to install to see th ## Bazel - [BazelSyntax](https://packagecontrol.io/packages/BazelSyntax) +- [Starlark](https://packagecontrol.io/packages/Starlark) ## Caddyfile diff --git a/icons/icons.json b/icons/icons.json index 06bf9cfb..3a5957bc 100644 --- a/icons/icons.json +++ b/icons/icons.json @@ -331,7 +331,7 @@ "bzl" ], "name": "Python (Bazel)", - "scope": "source.bazel" + "scope": "source.bazel, source.starlark" } ] }, diff --git a/preferences/file_type_bazel.tmPreferences b/preferences/file_type_bazel.tmPreferences index ae23a4ea..4923f43e 100644 --- a/preferences/file_type_bazel.tmPreferences +++ b/preferences/file_type_bazel.tmPreferences @@ -2,7 +2,7 @@ scope - source.bazel + source.bazel, source.starlark settings icon