Skip to content

Commit

Permalink
feat(languages): Tiltfile as starlark language (#10072)
Browse files Browse the repository at this point in the history
  • Loading branch information
estin committed Apr 3, 2024
1 parent e0ec344 commit e54e3f0
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 @@ -2190,7 +2190,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", "star", { glob = "BUILD" }, { glob = "BUILD.*" }]
file-types = ["bzl", "bazel", "star", { glob = "BUILD" }, { glob = "BUILD.*" }, { glob = "Tiltfile" }]
comment-token = "#"
indent = { tab-width = 4, unit = " " }
grammar = "python"
Expand Down

0 comments on commit e54e3f0

Please sign in to comment.