components/prism-perl.min.js


Log

Author Commit Date CI Message
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 b52a16b4 2019-06-14T16:30:13 Rebuild prism-perl.min.js
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
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 f842975d 2014-12-22T22:38:24 Run gulp
Golmote 551f75fc 2014-12-08T23:51:39 Added perl language