Skip to content

Commit

Permalink
Update Treeview/Highlights debugging instructions (#56)
Browse files Browse the repository at this point in the history
Starting with nvim 0.9, the TSPlayground tree and highlight debugging are parts of neovim proper
  • Loading branch information
dawindd authored Jan 5, 2024
1 parent 39963d7 commit 27b2d8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ 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 [`:InspectTree`](https://neovim.io/doc/user/treesitter.html#%3AInspectTree)
command to explore the resulting parse tree, and [`:Inspect`](https://neovim.io/doc/user/lua.html#%3AInspect) to view highlight groups.

## Quirks of Just

Just currently doesn't seem to support comments between attributes or within if
Expand Down

0 comments on commit 27b2d8a

Please sign in to comment.