Skip to content

Commit

Permalink
fix(playground): Remove unused statements in language grammars
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Oct 14, 2024
1 parent 39c9940 commit 6f4cf44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
@local tokens {
RBrace { "}" }
Variable { ("\\" "}") | (![}])+ }
@else else
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
@local tokens {
RBrace { "}}" }
Variable { (![}])+ | "{" (![}])+ ("}" | "\\") }
@else else
}

0 comments on commit 6f4cf44

Please sign in to comment.