Skip to content

Commit

Permalink
Merge branch 'main' into while-loop
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Feb 8, 2025
2 parents fed6d0d + 84230eb commit 7de332c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/deno_task_shell/src/grammar.pest
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Case = { "case" }
Esac = { "esac" }
While = _{ "while" }
Until = _{ "until" }
Time = { "time" }
For = _{ "for" }
Lbrace = { "{" }
Rbrace = { "}" }
Expand All @@ -180,7 +181,7 @@ RESERVED_WORD = _{
If | Then | Else | Elif | Fi | Do | Done |
Case | Esac | While | Until | For |
Lbrace | Rbrace | Bang | In |
StdoutStderr | Stdout
StdoutStderr | Stdout | Time
}

// Main grammar rules
Expand Down

0 comments on commit 7de332c

Please sign in to comment.