Searched defs:multiLineDoubleQuotedString (Results 1 – 4 of 4) sorted by relevance
26 …tring={pattern:/'([^\\'\n]|\\.)*'/g,klass:'string'};Syntax.lib.multiLineDoubleQuotedString={patter… class in Syntax.lib
109 multiLineDoubleQuotedString : XRegExp('"([^\\\\"]|\\\\.)*"', 'gs'), property in sh.regexLib
17 ….prototype.hasOwnProperty(r)&&(e[r]=c.prototype[r]);return e.xregexp={captureNames:t,isNative:!!n}… argument
1390 multiLineDoubleQuotedString : XRegExp('"([^\\\\"]|\\\\.)*"', 'gs'), property in sh.regexLib