feat(languages): Tiltfile as starlark language (#10072)

pull/10119/head
Evgeniy Tatarkin 3 months ago committed by GitHub
parent e0ec34421b
commit e54e3f07cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save