GithubHelp home page GithubHelp logo

Comments (7)

RubixDev avatar RubixDev commented on May 18, 2024

This there any development on this?

I just found out that in the above mentioned situations the following loop is never run, because no match is found by treesitter.

for _, match, metadata in query:iter_matches(root, bufnr, range[1], range[3] + 1) do

from nvim-treesitter-endwise.

RRethy avatar RRethy commented on May 18, 2024

I looked into this a while back and found the issue was on treesitter's end, you can reproduce with a minimal config that only loads nvim-ts-rainbow (iirc) but I never had time to dig further and make an issue in the nvim-treesitter repo (or maybe core?).

from nvim-treesitter-endwise.

yutkat avatar yutkat commented on May 18, 2024

I found a new plugin that can endwise.
https://github.com/hrsh7th/nvim-insx

from nvim-treesitter-endwise.

alexmozaidze avatar alexmozaidze commented on May 18, 2024

Gus

from nvim-treesitter-endwise.

alexmozaidze avatar alexmozaidze commented on May 18, 2024

The issue is not present for me with the all those plugins. Perhaps, it was already fixed?

from nvim-treesitter-endwise.

RRethy avatar RRethy commented on May 18, 2024

The issue is not present for me with the all those plugins. Perhaps, it was already fixed?

Perhaps, it's not actually an nvim-treesitter-endwise error but rather a nvim-treesitter bug. I'll try to reproduce later and maybe close the issue.

from nvim-treesitter-endwise.

hrsh7th avatar hrsh7th commented on May 18, 2024

Basically, it's very difficult to try to take advantage of treesitter while you're in the middle of your input.
This is because the AST often becomes invalid in the middle of input, and treesitter will not be able to understand the correct tree structure.

from nvim-treesitter-endwise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.