aboutsummaryrefslogtreecommitdiff
path: root/grammars/shell.bp
AgeCommit message (Collapse)Author
2022-05-12Split backref/named captures into separate concepts for performanceBruce Hill
reasons.
2021-08-01Changed how definitions workBruce Hill
2021-05-19Fancier string escape sequences and a bit of cleanup.Bruce Hill
2021-05-11Overhaul of |-word boundaries (| is deprecated), performanceBruce Hill
improvements for repeating matches, tweaks to the logic of word vs. id
2021-01-20Fixed grammar syntax for `..%`Bruce Hill
2021-01-17Added shell grammarBruce Hill