components/prism-groovy.min.js


Log

Author Commit Date CI Message
Golmote e74e00c0 2017-10-22T14:39:31 Groovy: Regexp optimisation + don't use captures if not needed
Golmote 65cbaa95 2017-05-08T13:27:57 Run gulp after #1107
Rob Wu d75da8ee 2016-11-09T01:29:22 Fix order of decoding entities in groovy (#1049) (#1050)
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.
James Baca 367ace62 2016-03-05T17:41:56 1)Adding annotation token for Java 2)Aliasing java annotation to punctuation 3)Aliasing grovy annotation to punctuation 4)Adding in sample code
Andreas Rohner 24a09361 2016-02-19T13:38:54 Fix double HTML-encoding bug in Groovy language
Golmote 55fcc58e 2015-08-21T09:14:52 Groovy: Revert last change: don't allow for multi-line slashy strings, because it will mess up with division operator + Improved operators regex
Golmote 722bfe28 2015-08-21T08:14:20 Groovy: Allow for multi-line slashy strings
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 72cde694 2015-01-06T20:22:24 Groovy fix : added support for shebang, fixed single-line strings and updated example page
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
Lea Verou 4a472307 2014-05-24T16:14:20 Minified files
Rob Fletcher a7efae77 2014-05-24T21:03:41 #258 removed HTML entities from Groovy grammar
Lea Verou 36471491 2014-04-21T13:36:32 Updated minified files
Rob Fletcher 64a48377 2014-04-11T13:55:50 Supports "dollar-slashy" string syntax introduced in Groovy 1.8. Also some fixes for compatibility with latest version of Prism.
Rob Fletcher b7c93c85 2014-04-11T05:34:47 Added new Groovy keyword – `trait` – to the language definition
Lea Verou cbe9e528 2013-05-19T01:48:31 Added minified version of Groovy