Skip to content
#

treesitter

Here are 67 public repositories matching this topic...

Josiah-tan
Josiah-tan commented Apr 17, 2022

Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)

print("hello world")

When while still in insert mode write: <C-\><C-o>gcc
(<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)
expecte

help wanted good first issue
dylanbyars-komodo
dylanbyars-komodo commented Apr 19, 2022

It's easy to get lost in a big nested object literal.

What if we added a new query that records the current key of the object the user is focused inside of? It would be best if the query worked at any level of nesting so an object like

const foo = {
  bar: {
    baz: {
      bip: 'bop' // cursor on this line
    }
  }
}

would return {} foo > {} bar > {} baz > {} bip

I

enhancement good first issue

Improve this page

Add a description, image, and links to the treesitter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the treesitter topic, visit your repo's landing page and select "manage topics."

Learn more