mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
docs: mention ~ and $HOME for parser-directories
This commit is contained in:
parent
b8ba76b1ae
commit
19148eaa0d
|
|
@ -30,7 +30,8 @@ on your filesystem. You can control this using the `"parser-directories"` key in
|
|||
{
|
||||
"parser-directories": [
|
||||
"/Users/my-name/code",
|
||||
"/Users/my-name/other-code"
|
||||
"~/other-code",
|
||||
"$HOME/another-code"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue