Record new tree-sitter-rcl v0.12.0 ref

This commit is contained in:
Ruud van Asseldonk 2025-12-17 21:26:59 +01:00
parent c7267505c3
commit 3e23f70b09
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ let root = import "//Cargo.rcl";
repository = "https://github.com/rcl-lang/tree-sitter-rcl",
// When tools/update_repos.py exports this to the zed-rcl repository, it
// replaces this commit with the HEAD of the tree-sitter-rcl repository.
commit = "a6e42ed21e23c32b76c1d8cb13ec60cdd0ed860d",
commit = "9e14baa313f79d1717cf81e8e35f051c7da77073",
},
},
}

View file

@ -9,4 +9,4 @@ schema_version = 1
version = "0.12.0"
[grammars]
rcl = { commit = "a6e42ed21e23c32b76c1d8cb13ec60cdd0ed860d", repository = "https://github.com/rcl-lang/tree-sitter-rcl" }
rcl = { commit = "9e14baa313f79d1717cf81e8e35f051c7da77073", repository = "https://github.com/rcl-lang/tree-sitter-rcl" }