Skip to content

Commit 252a9d6

Browse files
MasseGuillaumemarijnh
authored andcommitted
[clike mode] Enable multilineString for scala
It is a good approximation
1 parent 9312c71 commit 252a9d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mode/clike/clike.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
369369

370370

371371
),
372+
multiLineStrings: true,
372373
blockKeywords: words("catch class do else finally for forSome if match switch try while"),
373374
atoms: words("true false null"),
374375
hooks: {

0 commit comments

Comments
 (0)