mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
ckeditor 5.60.0
This commit is contained in:
2
libraries/codemirror/mode/pug/pug.js
vendored
2
libraries/codemirror/mode/pug/pug.js
vendored
@@ -261,7 +261,7 @@ CodeMirror.defineMode("pug", function (config) {
|
||||
}
|
||||
return 'variable';
|
||||
}
|
||||
if (stream.match(/^\+#{/, false)) {
|
||||
if (stream.match('+#{', false)) {
|
||||
stream.next();
|
||||
state.mixinCallAfter = true;
|
||||
return interpolation(stream, state);
|
||||
|
||||
Reference in New Issue
Block a user