mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
updated codemirror to 5.57.0
This commit is contained in:
@@ -38,7 +38,7 @@ CodeMirror.defineMode('powershell', function() {
|
||||
/param|process|return|switch|throw|trap|try|until|where|while/
|
||||
], { suffix: notCharacterOrDash });
|
||||
|
||||
var punctuation = /[\[\]{},;`\.]|@[({]/;
|
||||
var punctuation = /[\[\]{},;`\\\.]|@[({]/;
|
||||
var wordOperators = buildRegexp([
|
||||
'f',
|
||||
/b?not/,
|
||||
|
||||
Reference in New Issue
Block a user