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.js67 [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.js41 [PR['PR_STRING'], /^\'(?:[^\'\\]|\\[\s\S])*(?:\'|$)/, null, "'"]
H A Dlang-lasso.js39 [PR['PR_STRING'], /^\`[^\`]*(?:\`|$)/, null, '`'],
H A Dlang-hs.js58 [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.js36 [PR['PR_STRING'], /^'(?:[^']|'')*(?:'|$)/, null, "'"],
H A Dnode_prettify.js177 var PR_STRING = 'str'; variable
857 …[PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\…
862 …[PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[…
867 [PR_STRING,
H A Dprettify.js225 var PR_STRING = 'str'; variable
905 …[PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\…
910 …[PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[…
915 [PR_STRING,
H A Dlang-scala.js45 [PR['PR_STRING'], /^'(?:[^\r\n\\']|\\(?:'|[^\r\n']+))'/],
H A Dlang-matlab.js125 [PR.PR_STRING, /^'(?:[^']|'')*'/, null], // "'"
H A Dlang-pascal.js35 [PR.PR_STRING, /^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$))/, null, '\''],
H A Drun_prettify.js454 var PR_STRING = 'str';
1134 …[PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\…
1139 …[PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[…
1144 [PR_STRING,
/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