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

Add spread to syntax highlighting #174

Merged
merged 7 commits into from
Feb 21, 2024
Merged

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    2f8e826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2ff19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c71e0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2235aa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Fix spread tokens in parameter list

    Replaces `include` with a capture for the existing regex.
    texastoland authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    6f0a1de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Extend spread syntax highlighting change to flags

    Traps command flags and shortcuts bare string parsing.
    texastoland authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c9a601 View commit details
    Browse the repository at this point in the history
  2. Fix and clean up flag highlighting

    Reuses an unused `parameters` expression. Fixes broken word boundary with whitespace lookbehind instead. Also fixes previous `(.+)` (code smell) matching the entire command.
    texastoland authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    90c2372 View commit details
    Browse the repository at this point in the history