Unnamed repository; edit this file 'description' to name the repository.
feat(languages): Tiltfile as starlark language (#10072)
Evgeniy Tatarkin 2024-04-03
parent e0ec344 · commit e54e3f0
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index bf6a4cf4..b047b83e 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"