mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
3992681b84
commit
f9b60d83ac
1 changed files with 9 additions and 10 deletions
|
@ -36,17 +36,16 @@ If you can find and share that file in a
|
||||||
[GitHub issue](https://github.com/Aider-AI/aider/issues),
|
[GitHub issue](https://github.com/Aider-AI/aider/issues),
|
||||||
then it may be possible to add repo map support.
|
then it may be possible to add repo map support.
|
||||||
|
|
||||||
If aider doesn't support linting, it will be complicated to
|
If aider doesn't already support linting your language,
|
||||||
add linting and repo map support.
|
it will be more complicated to add support.
|
||||||
That is because aider relies on
|
Aider relies on
|
||||||
[py-tree-sitter-languages](https://github.com/grantjenks/py-tree-sitter-languages)
|
[tree-sitter-language-pack](https://github.com/Goldziher/tree-sitter-language-pack)
|
||||||
to provide pre-packaged versions of tree-sitter
|
to provide pre-packaged versions of tree-sitter
|
||||||
parsers for many languages.
|
language parsers.
|
||||||
|
This makes it easy for users to install aider in many diverse environments.
|
||||||
Aider needs to be easy for users to install in many environments,
|
You probably need to work with that project to get your language
|
||||||
and it is probably too complex to add dependencies on
|
supported, which will easily allow aider to lint that language.
|
||||||
additional individual tree-sitter parsers.
|
For repo-map support, you will also need to find or create a `tags.scm` file.
|
||||||
|
|
||||||
|
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
from aider.repomap import get_supported_languages_md
|
from aider.repomap import get_supported_languages_md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue