mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
codemirror updated to 5.47.0
This commit is contained in:
8
libraries/codemirror/mode/swift/test.js
vendored
8
libraries/codemirror/mode/swift/test.js
vendored
@@ -35,7 +35,13 @@
|
||||
// Strings and string interpolation.
|
||||
MT("strings",
|
||||
"[keyword var] [def a][punctuation :] [variable-2 String] [operator =] [string \"test\"]",
|
||||
"[keyword var] [def b][punctuation :] [variable-2 String] [operator =] [string \"\\(][variable a][string )\"]");
|
||||
"[keyword var] [def b][punctuation :] [variable-2 String] [operator =] [string \"\\(][variable a][string )\"]",
|
||||
"[keyword var] [def c] [operator =] [string \"\"\"]",
|
||||
"[string multi]",
|
||||
"[string line]",
|
||||
"[string \"test\"]",
|
||||
"[string \"\"\"]",
|
||||
"[variable print][punctuation (][string \"\"][punctuation )]");
|
||||
|
||||
// Comments.
|
||||
MT("comments",
|
||||
|
||||
Reference in New Issue
Block a user