mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
ckeditor 5.60.0
This commit is contained in:
1
libraries/codemirror/mode/lua/lua.js
vendored
1
libraries/codemirror/mode/lua/lua.js
vendored
@@ -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