Skip to content

Commit

Permalink
Update languages.toml
Browse files Browse the repository at this point in the history
Put the extension in the actual, right place.
  • Loading branch information
dastbe authored Aug 14, 2023
1 parent b30bfb3 commit 60c2b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1914,8 +1914,8 @@ source = { git = "https://github.com/sogaiu/tree-sitter-clojure", rev = "e57c569
[[language]]
name = "starlark"
scope = "source.starlark"
injection-regex = "(starlark|star|bzl|bazel)"
file-types = ["bzl", "bazel", "BUILD"]
injection-regex = "(starlark|bzl|bazel)"
file-types = ["bzl", "bazel", "BUILD", "star"]
roots = []
comment-token = "#"
indent = { tab-width = 4, unit = " " }
Expand Down

0 comments on commit 60c2b99

Please sign in to comment.