components/prism-pure.js


Log

Author Commit Date CI Message
Golmote 92318b07 2017-10-22T15:15:56 Pure: Make inline-lang greedy
Valtteri Laitinen 8aa2cc4a 2017-05-08T13:56:50 Replace [\w\W] with [\s\S] and [0-9] with \d in regexes (#1107) * Replace [\w\W] with [^] and [0-9] with \d in regexes * Replace [\s\S] with [^] * Replace [^] with [\s\S]
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 dac6e7c9 2015-09-08T19:56:37 Pure: Renamed foreign-lang to inline-lang + fixed inline-lang replacement regexp
Golmote f0684e6c 2015-07-06T19:31:43 Add support for Pure