components/prism-scala.min.js


Log

Author Commit Date CI Message
Michael Schmidt e2630d89 2021-09-26T11:52:18 ESLint: Added `regexp/sort-alternatives` rule (#3093)
Michael Schmidt e644178b 2020-12-28T18:19:11 Added test for polynomial backtracking (#2597)
Michael Schmidt 8828500e 2020-12-22T10:54:55 Tests: Added strict checks for `Prism.languages.extend` (#2572)
Michael Schmidt a7b95dd3 2019-09-24T17:38:09 Added support for syntax in Java 13 (#2060) This adds support for the new `yield` keyword and text blocks (triple quoted strings) which are both introduced in Java 13.
Michael Schmidt 3e00bb9c 2019-03-07T15:22:30 Rebuilt Prism (#1794) This is a rebuilt of Prism to update minified files.
Golmote 12c0b20a 2018-03-08T22:19:01 Decouple minus sign from number pattern in most languages. Close #1110
Golmote 5f50c12b 2017-10-22T15:23:52 Scala: Regexp optimisation
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 daf2597a 2015-08-31T08:27:53 Scala: Simplified patterns
Golmote b1fd5bdc 2015-03-10T08:27:53 Removed unused global flag in all grammars
Golmote c8e3c2d7 2015-01-09T08:11:48 Run gulp
Lea Verou af7a42a4 2014-07-10T19:25:02 Updated minified versions
Ben Briggs 7cfd29a9 2014-05-26T11:20:55 Rebuild minified files.
Eugene Platonov 8115e640 2014-05-17T21:32:55 add Scala support to prism