Skip to content

Commit

Permalink
add ro for rock, update flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Oct 29, 2023
1 parent 0bae470 commit be98c5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ module.exports = grammar({

// Since 0.0.21
token('rock'),
token('ro'),
token('⋄'),
token('surface'),
token('~'),
Expand Down Expand Up @@ -375,7 +376,6 @@ module.exports = grammar({
// ([1], Gap, Stack, ("gap", '⋅')),
token('gap'),
token('⋅'),
token('⟜'),
// ([1], Invert, OtherModifier, ("invert", '⍘')),
token('invert'),
token('⍘'),
Expand All @@ -390,6 +390,7 @@ module.exports = grammar({

// Since 0.24
token('reach'),
token('⟜'),
),
modifier2: $ => choice(
// (2[1], Fold, AggregatingModifier, ("fold", '∧')),
Expand Down

0 comments on commit be98c5f

Please sign in to comment.