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

Fix C++ syntax highlighting, and improve C & WGSL highlighting #4079

Merged
merged 28 commits into from
Oct 14, 2022
Merged

Fix C++ syntax highlighting, and improve C & WGSL highlighting #4079

merged 28 commits into from
Oct 14, 2022

Commits on Oct 2, 2022

  1. Configuration menu
    Copy the full SHA
    c31cb5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f5dd93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f311c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ef73b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Update highlights.scm

    Added missing operators, organised keywords, and applied some fixes.
    Chickenkeeper authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    5aaf2c0 View commit details
    Browse the repository at this point in the history
  2. Update highlights.scm

    Added missing operators, organised keywords, and made indentation width consistent with other scm files
    Chickenkeeper authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    46e8092 View commit details
    Browse the repository at this point in the history
  3. Update highlights.scm

    Organised keywords
    Chickenkeeper authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ad050d9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    0ea971b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d342649 View commit details
    Browse the repository at this point in the history
  3. Update highlights.scm

    fixed init_declarator
    Chickenkeeper authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    1502d0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9d0523 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb40b60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6278800 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    36e0e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    798e196 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    bc9206f View commit details
    Browse the repository at this point in the history
  2. Update highlights.scm

    Expanded namespaces, changed `(auto)` key, and added `qualified_identifier` stanza and `not` operator
    Chickenkeeper authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    beb6e92 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    fef05aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a83962 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b116770 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e97f5ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d736fb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f78d635 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    852bb9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1338e5e View commit details
    Browse the repository at this point in the history
  3. Improved variable & type highlighting

    Fixed cases where `compound_statement` could cause text modifiers to leak to the wrong places, and colours generic function types as `@type` instead of `@function`
    Chickenkeeper authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    372a52b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    132211a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f91afcd View commit details
    Browse the repository at this point in the history