summaryrefslogtreecommitdiff
path: root/test/highlight/named-captures/cmd
AgeCommit message (Collapse)Author
2019-01-03Add support for named captures to the regex impl and regex highlighterMaxime Coste
ECMAScript is adding support for it, and it is a pretty isolated change to do. Fixes #2293