mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
updated codemirror to 5.57.0
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
if (!parserConfig || !parserConfig.base) return handlebars;
|
||||
return CodeMirror.multiplexingMode(
|
||||
CodeMirror.getMode(config, parserConfig.base),
|
||||
{open: "{{", close: "}}", mode: handlebars, parseDelimiters: true}
|
||||
{open: "{{", close: /\}\}\}?/, mode: handlebars, parseDelimiters: true}
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user