Commit graph

7 commits

Author SHA1 Message Date
Ruud van Asseldonk
8ccd47871b Make repo update script fill in the latest TS commit
I want to publish a new version of the Zed plugin, and it points to the
Tree-sitter grammar by commit. This is what got the whole "rcl patch"
thing started!

So now, upon export of the Zed extension, we'll pin it to the HEAD of
the adjacent tree-sitter-rcl repository.
2025-08-30 21:28:19 +02:00
Ruud van Asseldonk
c8de775eaf Remove unused import from repo sync script 2025-03-02 20:53:12 +01:00
Ruud van Asseldonk
d28eb1f90f Print which repo update_repos.py is mutating 2024-12-31 13:39:39 +01:00
Ruud van Asseldonk
503dfbfd85 Generate Zed's extension.toml too
I think this is the last place where I manually had to sync the version
number!
2024-12-08 16:03:05 +01:00
Ruud van Asseldonk
854ed62fe4 Enable exporting the Zed extension as well 2024-08-02 23:12:52 +02:00
Ruud van Asseldonk
ce38b059e0 Finish initial version of tree-sitter-rcl dumper
It can generate commits, it's fine for now.
2024-08-02 21:33:05 +02:00
Ruud van Asseldonk
b0edb62363 Begin working on repository export script
I want to make a Zed extension, and it looks like Zed does not support
Tree-sitter grammars that do not live at the repository root, so let's
just make a separate repository to dump a generated copy of the grammar
in. It will also make integration with other Tree-sitter consumers
easier.
2024-08-02 21:33:05 +02:00