forked from Wavyzz/dolibarr
Upgrade ACE Editor from 1.4.7 to 1.4.14
This commit is contained in:
@@ -165,6 +165,12 @@ var SwiftHighlightRules = function() {
|
||||
|
||||
this.$rules = {
|
||||
start: [
|
||||
string('"""', {
|
||||
escape: /\\(?:[0\\tnr"']|u{[a-fA-F1-9]{0,8}})/,
|
||||
interpolation: {lead: "\\", open: "(", close: ")"},
|
||||
error: /\\./,
|
||||
multiline: true
|
||||
}),
|
||||
string('"', {
|
||||
escape: /\\(?:[0\\tnr"']|u{[a-fA-F1-9]{0,8}})/,
|
||||
interpolation: {lead: "\\", open: "(", close: ")"},
|
||||
|
||||
Reference in New Issue
Block a user