components/prism-gherkin.js

Branch


Log

Author Commit Date CI Message
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt e8d3b503 2021-06-27T14:56:07 ESLint: Added `regexp/strict` rule (#2944)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt c2f6a644 2020-10-25T23:42:25 Fixed multiple cases of vulnerable regexes (#2584)
Michael Schmidt c187e229 2019-10-16T12:06:22 Added test for unused capturing groups (#1996) This adds a test that checks for unused capturing groups in patterns and another test which ensures that lookbehind groups are always the first thing being matched in a pattern.
Golmote f26197a5 2017-10-22T14:36:20 Gherkin: Regexp optimisation + don't use captures if not needed + added explanation comment on table-body regexp
Golmote ce1ec3b5 2015-08-19T20:26:44 Gherkin: Handle \r\n and \r + allow feature alone + don't match blank td and th.
Golmote 48ff8b78 2015-08-19T09:00:20 Gherkin: don't allow spaces in tags
Martin Hasoň 53eb9d25 2015-02-25T12:23:30 Improved gherkin highlighter
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 9487b5be 2015-01-09T08:11:21 Removed unneeded escapes in RegExps, added some semicolons
valipour e694d6a1 2013-10-26T20:56:49 add component file for gherkin language