Skip to content

Commit be271d3

Browse files
authored
[clike mode] Correct a typo
1 parent 8769110 commit be271d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/clike/clike.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
677677
"ByteArray Char CharArray DeprecationLevel DoubleArray Enum FloatArray Function Int IntArray Lazy " +
678678
"LazyThreadSafetyMode LongArray Nothing ShortArray Unit"
679679
),
680-
intendSwitch: false,
680+
indentSwitch: false,
681681
indentStatements: false,
682682
multiLineStrings: true,
683683
number: /^(?:0x[a-f\d_]+|0b[01_]+|(?:[\d_]+(\.\d+)?|\.\d+)(?:e[-+]?[\d_]+)?)(ul?|l|f)?/i,

0 commit comments

Comments
 (0)