mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
ckeditor 5.60.0
This commit is contained in:
2
libraries/codemirror/mode/factor/factor.js
vendored
2
libraries/codemirror/mode/factor/factor.js
vendored
@@ -16,7 +16,7 @@
|
||||
"use strict";
|
||||
|
||||
CodeMirror.defineSimpleMode("factor", {
|
||||
// The start state contains the rules that are intially used
|
||||
// The start state contains the rules that are initially used
|
||||
start: [
|
||||
// comments
|
||||
{regex: /#?!.*/, token: "comment"},
|
||||
|
||||
Reference in New Issue
Block a user