Skip to content

Commit

Permalink
Fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jan 5, 2024
1 parent 3ce1d54 commit fd4ab40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@ npm run test
tree-sitter parse test/test.just
```

ALl our queries are in `queries-src`. This directory is what gets tested by
All our queries are in `queries-src`. This directory is what gets tested by
tree-sitter, and should be usable by helix. To generate queries for NeoVim,
run `./build-flavored-queries.py` (this is run as part of `npm run gen`).

You can use the `nvim-treesitter/playground` plugin
[from here](https://github.com/nvim-treesitter/playground), to explore the
resulting parse tree. Use `TSPlaygroundToggle` to view the parse tree, and
use `TSHighlightCapturesUnderCursor` to view highlight groups

## Quirks of Just

Expand Down

0 comments on commit fd4ab40

Please sign in to comment.