Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tree-sitter rolling fixes, 1.122 edition #1101

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    22a23ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d35045 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [language-javascript] Add scope specs

    The first of what will hopefully be a series of similar additions, ordered (roughly) by grammar complexity.
    savetheclocktower committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3e3e0d6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. [language-c] Extract common parts of C and C++ highlights.scm

    …into a new `common/highlights.scm`.
    
    Add highlighting specs for C and C++ Tree-sitter grammars.
    savetheclocktower committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    7cfee9c View commit details
    Browse the repository at this point in the history
  2. Un-focus a spec

    savetheclocktower committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    67857f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. [language-c] Restore some function highlighting in C++…

    …that was inadvertently deleted.
    savetheclocktower committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f6ea101 View commit details
    Browse the repository at this point in the history