nvim-treesitter / playground

Treesitter playground integrated into Neovim
Apache License 2.0
898 stars 47 forks source link

TSHighlightCapturesUnderCursor not showing Highlight Group #98

Closed ameddin73 closed 2 years ago

ameddin73 commented 2 years ago

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. image image

Actual behavior

Enter :TSHighlightCapturesUnderCursor and see only treesitter query stuff image

What I tried

clason commented 2 years ago

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.