Hacker News new | ask | show | jobs
by lemming 956 days ago
I was actually wondering this myself yesterday. So it's not possible to plug a different tree-sitter implementation in for a niche language?
1 comments

It should be possible, but not currently. Aider would need a bit more configurability to be able to load up arbitrary tree-sitter language implementations at runtime.

There's an open issue you might want to follow for updates:

https://github.com/paul-gauthier/aider/issues/321