Giter Site home page Giter Site logo

Comments (4)

ilan-schemoul avatar ilan-schemoul commented on June 8, 2024

block.inner is kind of random everytime it selects a unexpected thing sometimes even outside the block

from nvim-treesitter-textobjects.

ilan-schemoul avatar ilan-schemoul commented on June 8, 2024

inner.block does not seem defined for C

I tried (_ (compound_statement) @block.inner) @block.outer but then inner and outer block both select the same thing (the thing between two stars **)

if (test) **{
   a
   b
}**

Ideally I want
Inner

if (test) {
   **a
   b**
}

Outer

if (test) **{
   a
   b
}**

I don't think it's possible because of how C is represented in Treesitter. So at the very least it could do like Javascript

if (test) **{
   a
   b
}**

Outer

**if (test) {
   a
   b
}**

from nvim-treesitter-textobjects.

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.