tree-sitter

Durant Schoon 2024-12-04T11:51:20.470889Z

Hi everyone. This merge tool looks like something I've always wanted (should be possible!) It uses tree-sitter (so could use tree-sitter-clojure, right?) The project is https://mergiraf.org/ "Mergiraf can solve https://mergiraf.org/conflicts.html. That's because it's aware of the trees in your files! Thanks to https://mergiraf.org/languages.html, it can often reconcile the needs of both sides." I'm relatively new to all these technologies so I was unable to set up tree-sitter-clojure for use with mergiraf. There's a little rust involved (cargo, need to configure some TOML) and maybe C (for compiling/linking tree-sitter-clojure). 1. https://mergiraf.org/adding-a-language.html 2. https://github.com/sogaiu/tree-sitter-clojure