|
|
@ -2355,7 +2355,7 @@ source = { git = "https://github.com/sogaiu/tree-sitter-clojure", rev = "e57c569
|
|
|
|
name = "starlark"
|
|
|
|
name = "starlark"
|
|
|
|
scope = "source.starlark"
|
|
|
|
scope = "source.starlark"
|
|
|
|
injection-regex = "(starlark|bzl|bazel)"
|
|
|
|
injection-regex = "(starlark|bzl|bazel)"
|
|
|
|
file-types = ["bzl", "bazel", "star", { glob = "BUILD" }, { glob = "BUILD.*" }, { glob = "Tiltfile" }, { glob = "WORKSPACE" }]
|
|
|
|
file-types = ["bzl", "bazel", "star", { glob = "BUILD" }, { glob = "BUILD.*" }, { glob = "Tiltfile" }, { glob = "WORKSPACE" }, { glob = "WORKSPACE.bzlmod" }]
|
|
|
|
comment-token = "#"
|
|
|
|
comment-token = "#"
|
|
|
|
indent = { tab-width = 4, unit = " " }
|
|
|
|
indent = { tab-width = 4, unit = " " }
|
|
|
|
grammar = "python"
|
|
|
|
grammar = "python"
|
|
|
|