nvim-treesitter/playground

TSHighlightCapturesUnderCursor not showing Highlight Group

ameddin73 opened this issue · 1 comments

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

  • Re-install playground

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.