mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 07:21:30 +01:00
Upgrade ACE Editor from 1.4.7 to 1.4.14
This commit is contained in:
@@ -526,10 +526,10 @@ var PythonHighlightRules = function() {
|
||||
regex: "\\s+"
|
||||
}, {
|
||||
token: "string",
|
||||
regex: "'(.)*'"
|
||||
regex: "'[^']*'"
|
||||
}, {
|
||||
token: "string",
|
||||
regex: '"(.)*"'
|
||||
regex: '"[^"]*"'
|
||||
}, {
|
||||
token: "function.support",
|
||||
regex: "(!s|!r|!a)"
|
||||
|
||||
Reference in New Issue
Block a user