From e352a32e0f54feb2550ebdab815ae8f7f26ed63b Mon Sep 17 00:00:00 2001 From: Sergey Kochetkov Date: Mon, 18 Mar 2024 23:14:33 +0100 Subject: [PATCH] Update readme.md (#426) Treesitter inspections are now built-in --- readme.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/readme.md b/readme.md index fd88a3c5..2f62201a 100644 --- a/readme.md +++ b/readme.md @@ -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