Giter Club home page Giter Club logo

Comments (7)

romgrk avatar romgrk commented on May 26, 2024

Yes, and ideally we should have a type patterns list by filetype for correctness, and we should add more items for known languages. Very short on time these days, PRs are welcome.

from nvim-treesitter-context.

romgrk avatar romgrk commented on May 26, 2024

I've implemented by-filetype patterns. I won't make it a setting so people report missing patterns. More hassle for the first user to report, but then it's fixed for everyone once it's reported.

I've already added the patterns for vdhl you provided.

from nvim-treesitter-context.

tkkcc avatar tkkcc commented on May 26, 2024

There are some over page list declaration. So I enable 'table' and 'list' patterns for lua and python. I remember list decalration is enabled in context.vim.

from nvim-treesitter-context.

romgrk avatar romgrk commented on May 26, 2024

@tkkcc I don't understand what you're saying

from nvim-treesitter-context.

tkkcc avatar tkkcc commented on May 26, 2024

list declaration may not be displayed within one page. Following is a lua script.

tensor={
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,
  1,2,2,3,4,  <- cursor
  1,2,2,3,4,
}

If I add table into TYPE_PATTERNS, I can see identifier in context, same as using context.nvim.
image

This is also true for list declaration in other languages.

from nvim-treesitter-context.

romgrk avatar romgrk commented on May 26, 2024

I might add a custom types then, some people might not wanna see those.

from nvim-treesitter-context.

lewis6991 avatar lewis6991 commented on May 26, 2024

Should now be possible with #198

from nvim-treesitter-context.

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.