Skip to content

Commit

Permalink
Update readme.md (#426)
Browse files Browse the repository at this point in the history
Treesitter inspections are now built-in
  • Loading branch information
skoch13 committed Mar 18, 2024
1 parent a4eb88b commit e352a32
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 @@ -577,11 +577,7 @@ output the highlight group for the value under the cursor.
#### Treesitter highlighting

If treesitter is the highlighting method for the language in question you can use the command:
`:TSHighlightCapturesUnderCursor`. This command comes from the treesitter [playground] plugin. Make
sure you have this installed as well as [nvim-treesitter].

[playground]: https://github.com/nvim-treesitter/playground#show-treesitter-and-syntax-highlight-groups-under-the-cursor
[nvim-treesitter]: https://github.com/nvim-treesitter/nvim-treesitter
`:Inspect`.

#### Vim highlighting

Expand Down

0 comments on commit e352a32

Please sign in to comment.