From e54e3f07cbb0df351b0668338a5e976923feaccd Mon Sep 17 00:00:00 2001 From: Evgeniy Tatarkin Date: Wed, 3 Apr 2024 04:32:12 +0300 Subject: [PATCH] feat(languages): Tiltfile as starlark language (#10072) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index bf6a4cf42..b047b83eb 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"