components/prism-reason.js


Log

Author Commit Date CI Message
Gal Schlezinger 8b1bb469 2018-12-03T15:34:30 Added additional operators to Reason (#1648) This adds the `|>` and `->` operators to Reason.
Golmote 19d79b45 2017-10-22T15:18:36 Reason: Regexp optimisation + don't use capture if not needed
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 3cae6ce8 2016-11-19T12:16:31 Add support for Reason. Fix #1046