components/prism-perl.js


Log

Author Commit Date CI Message
Michael Schmidt f22ea9f9 2021-12-10T14:32:58 Perl: Improved tokenization (#3241)
Michael Schmidt 3c61c8f7 2021-10-14T14:01:11 ESLint: Added `regexp/no-useless-flag` rule (#3150)
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt 18a00828 2021-06-13T19:53:03 ESLint: Added regexp plugin (#2924)
Michael Schmidt d85e30da 2021-03-05T16:38:11 Updated refa + fixed 2 cases of exp backtracking (#2774)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
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.
Paul "LeoNerd" Evans 2f39de97 2019-06-14T15:38:43 Add 'return' to recognised keywords
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 0fe4cf62 2017-10-22T15:11:36 Perl: Regexp optimisation and simplification + don't use captures if not needed
Golmote 7549eccb 2017-02-08T23:23:24 Add missing greedy config in APL, AutoIt, Dart, Elixir, Erlang, F#, Go, Haxe, Icon, Inform7, J, Makefile, Mel, Nim, Nix, NSIS, OCaml, Oz, Pari/GP, Parser, Pascal, Perl, Prolog, Pure, Qore, R, Rip, Ruby, Rust, SAS, Scheme, SQL, Stylus, Tcl and Verilog
Golmote 71b00cce 2015-08-29T12:45:44 Perl: - Simplified regexps - Made most string and regexp patterns multi-line - Added support for regexp's n flag - Added missing operators - Fix -s operator - Fix %= operator
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 3052213c 2014-12-22T22:35:34 Fix POD comments in Perl
Golmote 551f75fc 2014-12-08T23:51:39 Added perl language