components/prism-gherkin.js


Log

Author Commit Date CI Message
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