Home
last modified time | relevance | path

Searched refs:PR_STRING (Results 1 – 16 of 16) sorted by relevance

/plugin/codeprettify/code-prettify/src/
H A Dlang-dart.js66 [PR['PR_STRING'], /^r?[\']{3}[\s|\S]*?[^\\][\']{3}/],
67 [PR['PR_STRING'], /^r?[\"]{3}[\s|\S]*?[^\\][\"]{3}/],
70 [PR['PR_STRING'], /^r?\'(\'|(?:[^\n\r\f])*?[^\\]\')/],
71 [PR['PR_STRING'], /^r?\"(\"|(?:[^\n\r\f])*?[^\\]\")/],
H A Dlang-ex.js63 [PR['PR_STRING'],
66 [PR['PR_STRING'],
H A Dlang-r.js40 [PR['PR_STRING'], /^\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)/, null, '"'],
41 [PR['PR_STRING'], /^\'(?:[^\'\\]|\\[\s\S])*(?:\'|$)/, null, "'"]
57 [PR['PR_STRING'], /^`.+`/]
H A Dlang-lasso.js35 [PR['PR_STRING'], /^\'[^\'\\]*(?:\\[\s\S][^\'\\]*)*(?:\'|$)/, null, "'"],
37 [PR['PR_STRING'], /^\"[^\"\\]*(?:\\[\s\S][^\"\\]*)*(?:\"|$)/, null, '"'],
39 [PR['PR_STRING'], /^\`[^\`]*(?:\`|$)/, null, '`'],
H A Dlang-hs.js56 [PR['PR_STRING'], /^\"(?:[^\"\\\n\x0C\r]|\\[\s\S])*(?:\"|$)/,
58 [PR['PR_STRING'], /^\'(?:[^\'\\\n\x0C\r]|\\[^&])\'?/,
H A Dlang-basic.js35 [PR.PR_STRING, /^(?:"(?:[^\\"\r\n]|\\.)*(?:"|$))/, null, '"'],
H A Dlang-ml.js40 [PR['PR_STRING'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])(?:\'|$))/, null, '"\'']
H A Dlang-yaml.js35 [PR['PR_STRING'], /^"(?:[^\\"]|\\.)*(?:"|$)/, null, '"'],
36 [PR['PR_STRING'], /^'(?:[^']|'')*(?:'|$)/, null, "'"],
H A Dnode_prettify.js79 * 'PR_STRING': string,
177 var PR_STRING = 'str'; variable
857 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
862 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,
867 [PR_STRING,
874 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]);
890 [PR_STRING,
1410 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']);
1671 'PR_STRING': PR_STRING,
[all...]
H A Dprettify.js127 * 'PR_STRING': string,
225 var PR_STRING = 'str'; variable
905 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
910 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,
915 [PR_STRING,
922 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]);
938 [PR_STRING,
1458 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']);
1719 'PR_STRING': PR_STRING,
[all...]
H A Dlang-scala.js34 [PR['PR_STRING'],
45 [PR['PR_STRING'], /^'(?:[^\r\n\\']|\\(?:'|[^\r\n']+))'/],
H A Dlang-matlab.js38 PR_STRING: string literals
124 //[PR.PR_STRING, /(?:(?<=(?:\(|\[|\{|\s|=|;|,|:))|^)'(?:[^']|'')*'(?=(?:\)|\]|\}|\s|=|;|,|:|~|<|>|&|-|\+|\*|\.|\^|\|))/, null], // string vs. transpose (check before/after context using negative/positive lookbehind/lookahead)
125 [PR.PR_STRING, /^'(?:[^']|'')*'/, null], // "'"
H A Dlang-pascal.js35 [PR.PR_STRING, /^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$))/, null, '\''],
H A Drun_prettify.js356 * 'PR_STRING': string,
454 var PR_STRING = 'str';
1134 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
1139 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,
1144 [PR_STRING,
1151 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]);
1167 [PR_STRING,
1687 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']);
1948 'PR_STRING': PR_STRING,
[all...]
/plugin/code3/src/
H A Dtz.js85 var PR_STRING = 'str'; variable
773 tokenEnds.push(new PR_TokenEnd(k + next, '/'==ch?PR_REGEX:PR_STRING));
840 endTokenType = PR_STRING;
/plugin/code3/
H A Dscript.js11PR_STRING='str';var PR_KEYWORD='kwd';var PR_COMMENT='com';var PR_TYPE='typ';var PR_LITERAL='lit';v… variable