Skip to content

Commit

Permalink
Add .star as starlark file extension
Browse files Browse the repository at this point in the history
In addition to the other defined extensions, `.star` is a frequently used extension for starlark files. This can be demonstrated through a cursory search of github for files ending in `.star` here: https://github.com/search?q=path%3A%2F.star%24%2F&type=code
  • Loading branch information
dastbe committed Aug 14, 2023
1 parent ee3171c commit ba087c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ source = { git = "https://github.com/sogaiu/tree-sitter-clojure", rev = "e57c569
name = "starlark"
scope = "source.starlark"
injection-regex = "(starlark|bzl|bazel)"
file-types = ["bzl", "bazel", "BUILD"]
file-types = ["bzl", "bazel", "BUILD", "star"]
roots = []
comment-token = "#"
indent = { tab-width = 4, unit = " " }
Expand Down

0 comments on commit ba087c3

Please sign in to comment.