playground icon indicating copy to clipboard operation
playground copied to clipboard

Treesitter playground integrated into Neovim

Results 22 playground issues
Sort by recently updated
recently updated
newest added

When I put the following query in the query editor with linting enabled, then change "#match?" to "#mtch?", I get a lua error (see screenshot). I would expect this to...

I have a problem in my colorscheme, as you can see, when i use `cmp`, the documentation has this highlight groups that are not consistent with the color of the...

Hello, I use this plugin in my neovim to work with the lsp `document_highlight()` function I dynamically change the `LspReferenceText", "LspReferenceRead", "LspReferenceWrite` highlight groups to the highlight group under the...

It would be an helpful addition to include the information provided by the `highlight` command besides `Treesitter` and `Syntax` if possible. I get that currently with an extra function but...

enhancement
good first issue

Hello All of a sudden, playground stopped working for supercollider files. Did you disable supercollider somehow? In other languages like python it works fine. But running `:TSPlaygroundToggle` in a supercollider...

Currently, moving through the playground highlights the corresponding text in the parsed buffer. It would be useful to (optionally) have this work the other way around: when moving through the...

### Describe the bug Treesitter syntax tree does not update or refresh automatically as I update the buffer. Please see the video below. ![Screenshot](https://user-images.githubusercontent.com/1009873/153056628-1caba003-79a9-4cb9-ba38-d2f12baf5b58.gif) ### To Reproduce This is how...

`TSPlayground` doesn't show anything for my `jdummy` language which is a JSON duplicate. I created this dummy language by copying the JSON grammar and changing its name to `jdummy` in...

The offset directive (see `:h offset!`) is very useful for adjust a captures range however it does not change the range directly but instead adds a adjusted range to the...