components/prism-java.min.js


Log

Author Commit Date CI Message
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 96b35c85 2017-10-22T14:44:26 Java: Don't use captures if not needed
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
Golmote 21e20b9e 2015-08-25T07:40:27 Java: fix number regexp + simplified number regexp and optimized operator regexp
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote 1a17930b 2015-01-03T12:56:49 Run gulp task
Andreas Rohner 4d352495 2014-08-12T01:16:07 Fix Java operators to correctly highlight examples.html This patch basically adds a lot of `=?` at the end of operators that were missing. The order of the `>=` and `<=` operator was wrong. It also changes the order of the lookbehind pattern, so that the start of the line is matched first. This last change fixes a lot of the bugs on the `example.html` page. The design of Prism makes it seem as if the regex multi line flag has no effect, because strings are continuosly split up before the regexes are applied. In this case it is necessary so that `^` is interpreted as the start of a line instead of the start of the document.
Sebastien Herblot d478d6aa 2014-05-25T09:20:51 Remove escaped entities from Java
Lea Verou 1b40db97 2012-11-10T00:23:33 Made Java & JavaScript inherit from a generic C-style language definition; Added methods for language definition inheritance; Added simple dependency management in downloader
Lea Verou 637322b2 2012-11-09T16:42:33 Um...changes. I don’t even remember *blush*
sebh 294cbaf9 2012-08-03T17:33:57 Added prism-java.min.js