Skip to content

Commit 7e4e556

Browse files
authored
feat(languages): Add buck2 PACKAGE files as starlark file type (#14324)
1 parent 96c6019 commit 7e4e556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@ source = { git = "https://github.com/sogaiu/tree-sitter-clojure", rev = "e57c569
26282628
name = "starlark"
26292629
scope = "source.starlark"
26302630
injection-regex = "(starlark|bzl|bazel|buck)"
2631-
file-types = ["bzl", "bazel", "star", { glob = "BUILD" }, { glob = "BUCK" }, { glob = "BUILD.*" }, { glob = "Tiltfile" }, { glob = "WORKSPACE" }, { glob = "WORKSPACE.bzlmod" }]
2631+
file-types = ["bzl", "bazel", "star", { glob = "BUILD" }, { glob = "BUCK" }, { glob = "BUILD.*" }, { glob = "Tiltfile" }, { glob = "WORKSPACE" }, { glob = "WORKSPACE.bzlmod" }, { glob = "PACKAGE" }]
26322632
comment-token = "#"
26332633
indent = { tab-width = 4, unit = " " }
26342634
language-servers = [ "starpls" ]

0 commit comments

Comments
 (0)