Skip to content

Commit cf56fc1

Browse files
committed
chore(cli): update tree-sitter grammars (#8242)
### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: 2a780785a82b5b50509487d89b6c5d9bf563c145
1 parent b62d329 commit cf56fc1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gazelle/common/treesitter/grammars/grammars.bzl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def fetch_grammars():
3131

3232
http_archive(
3333
name = "tree-sitter-json",
34-
sha256 = "ecde752640fb6eedd25b63647f016f92b3b63096d08f60742cbf19395c5c6036",
35-
strip_prefix = "tree-sitter-json-0.23.0",
36-
urls = ["https://github.com/tree-sitter/tree-sitter-json/archive/v0.23.0.tar.gz"],
34+
sha256 = "acf6e8362457e819ed8b613f2ad9a0e1b621a77556c296f3abea58f7880a9213",
35+
strip_prefix = "tree-sitter-json-0.24.8",
36+
urls = ["https://github.com/tree-sitter/tree-sitter-json/archive/v0.24.8.tar.gz"],
3737
build_file_content = BUILD,
3838
)
3939

@@ -47,17 +47,17 @@ def fetch_grammars():
4747

4848
http_archive(
4949
name = "tree-sitter-starlark",
50-
integrity = "sha256-STb+4buXAstpVLGTDqwTPCzxzEDz3n1EpqPXdtI7IWw=",
51-
strip_prefix = "tree-sitter-starlark-1.2.0",
52-
urls = ["https://github.com/tree-sitter-grammars/tree-sitter-starlark/archive/v1.2.0.tar.gz"],
50+
sha256 = "31c58a540d738a17b366f2046da298b66dfa0695bcbfa207f61fa63cfe5c03ed",
51+
strip_prefix = "tree-sitter-starlark-1.3.0",
52+
urls = ["https://github.com/tree-sitter-grammars/tree-sitter-starlark/archive/v1.3.0.tar.gz"],
5353
build_file_content = BUILD,
5454
)
5555

5656
http_archive(
5757
name = "tree-sitter-typescript",
58-
sha256 = "af500e16060b0221db8fb0743a37ca677340f8024127b54f6b6fc1ebfde496f4",
59-
strip_prefix = "tree-sitter-typescript-0.23.0",
60-
urls = ["https://github.com/tree-sitter/tree-sitter-typescript/archive/v0.23.0.tar.gz"],
58+
sha256 = "2c4ce711ae8d1218a3b2f899189298159d672870b5b34dff5d937bed2f3e8983",
59+
strip_prefix = "tree-sitter-typescript-0.23.2",
60+
urls = ["https://github.com/tree-sitter/tree-sitter-typescript/archive/v0.23.2.tar.gz"],
6161
build_file_content = """
6262
filegroup(
6363
name = "typescript-srcs",

0 commit comments

Comments
 (0)