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: boatbomber/Highlighter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: boatbomber/Highlighter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 9, 2022

  1. Copy the full SHA
    07da214 View commit details

Commits on Nov 21, 2022

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    e58667d View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    BethGriggs Bethany Griggs
    Copy the full SHA
    c5d338c View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    BethGriggs Bethany Griggs
    Copy the full SHA
    bcae88b View commit details
  4. Verified

    This commit was signed with the committer’s verified signature.
    BethGriggs Bethany Griggs
    Copy the full SHA
    6ce55d7 View commit details
  5. Support custom highlights

    boatbomber committed Nov 21, 2022
    Copy the full SHA
    d502e1d View commit details
  6. Respect forceUpdate

    boatbomber committed Nov 21, 2022
    Copy the full SHA
    2d24dc7 View commit details
Showing with 455 additions and 11,271 deletions.
  1. +1 −1 package.json
  2. +0 −10,869 roblox.toml
  3. +1 −1 sourcemap.json
  4. +124 −75 src/init.lua
  5. +2 −0 src/lexer/init.lua
  6. +326 −324 src/lexer/language.lua
  7. +1 −1 wally.toml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boatbomber/highlighter",
"version": "0.5.2",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Loading