mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
codemirror 5.65.9
This commit is contained in:
4
libraries/codemirror/mode/factor/factor.js
vendored
4
libraries/codemirror/mode/factor/factor.js
vendored
@@ -1,5 +1,5 @@
|
||||
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
||||
// Distributed under an MIT license: https://codemirror.net/LICENSE
|
||||
// Distributed under an MIT license: https://codemirror.net/5/LICENSE
|
||||
|
||||
// Factor syntax highlight - simple mode
|
||||
//
|
||||
@@ -77,7 +77,7 @@
|
||||
// specific to simple modes.
|
||||
meta: {
|
||||
dontIndentStates: ["start", "vocabulary", "string", "string3", "stack"],
|
||||
lineComment: [ "!", "#!" ]
|
||||
lineComment: "!"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user