mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-21 11:18:31 -05:00
ckeditor 5.60.0
This commit is contained in:
Vendored
+1
@@ -148,6 +148,7 @@ CodeMirror.defineMode("lua", function(config, parserConfig) {
|
||||
return state.basecol + indentUnit * (state.indentDepth - (closing ? 1 : 0));
|
||||
},
|
||||
|
||||
electricInput: /^\s*(?:end|until|else|\)|\})$/,
|
||||
lineComment: "--",
|
||||
blockCommentStart: "--[[",
|
||||
blockCommentEnd: "]]"
|
||||
|
||||
Reference in New Issue
Block a user