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: neovim/tree-sitter-vimdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: neovim/tree-sitter-vimdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 26, 2023

  1. bump

    justinmk committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    c0f8580 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

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

Commits on Dec 21, 2023

  1. feat: add (note) node for highlighted notes and warnings

    Add support for highlighting common call-out terms in documentation,
    like the legacy syntax's `helpNote`, `helpWarning`, `helpDeprecated`.
    
    However, only the variants with a colon are supported, as these account
    for 99% of use in Nvim documentation without the danger of false
    positives (and to keep symbol count low).
    
    To keep state count low, all these are parsed as a single `(note)` node
    that captures can disambiguate using `#any-of?`.
    clason committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4f8ba9e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    aa3dcb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da1ed15 View commit details
    Browse the repository at this point in the history
  3. docs: mention parser semver

    clason committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    e9b37bb View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. release 2.1.0

    clason committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    3132beb View commit details
    Browse the repository at this point in the history
Loading