components/prism-scala.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 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