Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nvim-treesitter/nvim-treesitter-context
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: nvim-treesitter/nvim-treesitter-context
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 90 files changed
  • 9 contributors

Commits on Jun 2, 2025

  1. ci: use lua actions fork

    lewis6991 committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    464a443 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    b5ef8e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. feat(kotlin): added kotlin support

    fix failing tests
    
    delete trailing blank lines
    reberfla authored and lewis6991 committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    1a1a7c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. fix: #627

    phanen authored and lewis6991 committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    59f318a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Configuration menu
    Copy the full SHA
    02fd97c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    6853ecb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. fix: calculate cursor_line_num per window for relative numbers

    Previously, `get_relative_line_num()` did not account for window,
    which caused incorrect relative line numbers with multiwindow option.
    skewb1k authored and lewis6991 committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    dca8726 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Configuration menu
    Copy the full SHA
    66a9b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. fix(nu): remove ctrl_do

    `ctrl_do` was removed from the nushell parser in nushell/tree-sitter-nu@7e7de17
    Bahex authored and lewis6991 committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    41847d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Configuration menu
    Copy the full SHA
    ec308c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. fix(queries): capture typo in c

    also fix lint error in ruby, vhdl
    clason authored and lewis6991 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    26172b8 View commit details
    Browse the repository at this point in the history
  2. refactor(queries): format

    clason authored and lewis6991 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    2834895 View commit details
    Browse the repository at this point in the history
  3. fix(helper): show install summary

    clason authored and lewis6991 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    7783c5e View commit details
    Browse the repository at this point in the history
  4. ci: update and add query validation

    using https://github.com/ribru17/ts_query_ls
    
    * bump nvim to v0.11.5
    * update checkout action to v5
    * add query lint job
    * add query format job
    * add query validation job
    clason authored and lewis6991 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    cc7ce20 View commit details
    Browse the repository at this point in the history
  5. test(deps): update nvim-treesitter to d97d226c

    * ipkg parser was removed from Github
    * verilog parser was replaced with systemverilog (compatible)
    clason authored and lewis6991 committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    660861b View commit details
    Browse the repository at this point in the history
Loading