mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-29 08:49:16 -05:00
ckeditor 5.60.0
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ CodeMirror.defineMode("puppet", function () {
|
||||
// Match characters that we are going to assume
|
||||
// are trying to be regex
|
||||
if (ch == '/') {
|
||||
stream.match(/.*?\//);
|
||||
stream.match(/^[^\/]*\//);
|
||||
return 'variable-3';
|
||||
}
|
||||
// Match all the numbers
|
||||
|
||||
Reference in New Issue
Block a user