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

Redefine Treesitter capture groups #323

Merged
merged 11 commits into from
May 8, 2024
Merged

Redefine Treesitter capture groups #323

merged 11 commits into from
May 8, 2024

Commits on May 3, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    4eee9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cdb430 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    959b78b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf077a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83a71b6 View commit details
    Browse the repository at this point in the history
  4. chore(treesitter): @text.* -> @markup.*

    All highlights changes:
      - `@text.*` -> `@markup.*` (`strong`, `italic`, `link`, `strikethrough`; with exceptions; see below)
      - `@text.title` -> `@markup.heading`
      - `@text.literal` -> `@markup.raw`
      - `@text.reference` -> `@markup.link`
      - `@text.uri` -> `@markup.link.url` (in markup links)
      - `@string.special` -> `@markup.link.label` (non-url links)
      - `@punctuation.special` -> `@markup.list` (markdown lists only; move subitems from `@text.todo`)
    
    Related to #315
    ful1e5 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    04b1095 View commit details
    Browse the repository at this point in the history
  5. chore(treesitter): Updated Helix syntax captures

    - `@method` -> `@function.method`
    - `@method.call` -> `@function.method.call`
    - `@preproc` -> `@keyword.directive`
    - `@define` -> `@keyword.directive`(`.define`?)
    - `@storageclass` -> `@keyword.storage`
    - `@conditional` -> `@keyword.conditional`
    - `@debug` -> `@keyword.debug`
    - `@exception` -> `@keyword.exception`
    - `@include` -> `@keyword.import`
    - `@repeat` -> `@keyword.repeat`
    ful1e5 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ff8d53a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc9516e View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    aeea53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d8ab7c View commit details
    Browse the repository at this point in the history