mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
ckeditor 5.60.0
This commit is contained in:
2
libraries/codemirror/mode/puppet/puppet.js
vendored
2
libraries/codemirror/mode/puppet/puppet.js
vendored
@@ -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