components/prism-scala.js

Branch


Log

Author Commit Date CI Message
WangLiang/王良 342a0039 2022-07-29T18:59:56 Java: Added support for constants (#3507)
Julien Richard-Foy a090d063 2022-07-26T19:21:09 Scala: Updated keywords to support Scala 3 (#3506)
Michael Schmidt 441a1422 2022-01-06T19:39:26 Scala: Added support for interpolated strings (#3293)
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.
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
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 f047d6f6 2017-02-08T23:24:03 Remove some trailing commas
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 91d44f27 2015-01-09T08:10:19 Fixed pattern deletion in Scala
Eugene Platonov 8115e640 2014-05-17T21:32:55 add Scala support to prism