Closed ameddin73 closed 2 years ago
NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by brew@HMBRW-A-001-M1-005.local
Configured with Lunarvim
macOS Montery 12.6
xterm-256color
Packer: { "nvim-treesitter/playground", }
{ "nvim-treesitter/playground", }
Enter :TSHighlightCapturesUnderCursor and see any treesitter or syntax highlight groups under the cursor.
:TSHighlightCapturesUnderCursor
Enter :TSHighlightCapturesUnderCursor and see only treesitter query stuff
Duplicate of #97 (on Nvim 0.8, the capture name is the highlight group); support for regex syntax is not within the scope of this plugin.
Neovim version (nvim -v)
NVIM v0.7.2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by brew@HMBRW-A-001-M1-005.local
Configured with Lunarvim
Operating system/version
macOS Montery 12.6
Terminal name/version
xterm-256color
Installation
Packer:
{ "nvim-treesitter/playground", }
Expected behavior
Enter
:TSHighlightCapturesUnderCursor
and see any treesitter or syntax highlight groups under the cursor.Actual behavior
Enter
:TSHighlightCapturesUnderCursor
and see only treesitter query stuffWhat I tried