components/prism-haskell.min.js


Log

Author Commit Date CI Message
Golmote f11390a4 2017-10-22T14:42:04 Haskell: Regexp simplification + don't use captures if not needed
Golmote 65cbaa95 2017-05-08T13:27:57 Run gulp after #1107
Andreas Rohner 964450e1 2016-04-30T13:35:01 Apply the new greedy flag to a few languages This patch applies the new greedy flag to a few languages and adds the corresponding test cases.
Golmote 1cc8d8e5 2015-08-23T14:46:31 Haskell: Removed useless backslashes and parentheses + handle \r\n and \r + simplify number regexp + fix operator regexp
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Andreas Rohner b1cc49d8 2014-08-23T20:02:02 Update minified and auto generated files
Bastian Holst 74578aa0 2014-08-13T09:17:49 Update minified haskell definitions
Bastian Holst e1c2148c 2014-08-12T16:28:42 Remove remaining entities
Bastian Holst 62fc8621 2014-07-13T22:34:03 Fix handling of '.' in Haskell definition The character '.' may be either a part of an operator, an operator by itself or a separator between module name and variable.
Bastian Holst 8a77383b 2014-07-13T20:49:37 Add language definition for Haskell