You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Tree-sitter CLI automatically creates two directories in your home folder. One holds a JSON configuration file, that lets you > customize the behavior of the CLI. The other holds any compiled language parsers that you use.
These directories are created in the "normal" place for your platform:
On Linux, ~/.config/tree-sitter and ~/.cache/tree-sitter
On Mac, ~/Library/Application Support/tree-sitter and ~/Library/Caches/tree-sitter
On Windows, C:\Users[username]\AppData\Roaming\tree-sitter and C:\Users[username]\AppData\Local\tree-sitter
Parsers used to be put in
~/.tree-sitter/bin/
but these paths have changed and this needs to be reflected inltreesitter.require
The text was updated successfully, but these errors were encountered: