Lines Matching refs:PR_STRING
79 * 'PR_STRING': string,
177 var PR_STRING = 'str';
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,