diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-03 21:43:56 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-03 21:43:56 -0700 |
| commit | 416484a63622c7f6ec6e53679ad3d7b68000bc5d (patch) | |
| tree | f30f84b363fffaddd49986400fbb979f54e696b2 /README.md | |
| parent | 2439a87833dd7df6cdbd26a8149a96ce4c341e94 (diff) | |
Switched /etc/xdg/bp -> /etc/bp
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ grammar file, use `bp -g <path-to-file>` or `bp --grammar=<path-to-file>`. Once BP is installed, however, you can use `bp -g <grammar-name>` directly, and BP will figure out which grammar you mean (e.g. `bp -g lua ...`). BP first searches `~/.config/bp/` for any grammar files you keep locally, then searches -`/etc/xdg/bp/` for system-wide grammar files. +`/etc/bp/` for system-wide grammar files. Testing for these grammar files (other than `builtins`) is iffy at this point, so use at your own risk! These grammar files are only approximations of syntax. |
