Lines Matching defs:PR_STRING
147 var PR_STRING = 'str';
818 [PR_STRING, /^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,
823 [PR_STRING, /^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,
828 [PR_STRING,
835 [PR_STRING, /^@\"(?:[^\"]|\"\")*(?:\"|$)/, null]);
851 [PR_STRING,
894 [PR_STRING,
919 //[PR_STRING, CONFIG_ENVS, null],
1364 createSimpleLexer([], [[PR_STRING, /^[\s\S]+/]]), ['regex']);
1568 'PR_STRING': PR_STRING,
1583 [PR['PR_STRING'], /^(?:\"(?:[^\"\\]|\\[\s\S])*(?:\"|$)|\'(?:[^\'\\]|\\[\s\S])*(?:\'|$))/, null, '"\'']
1591 [PR['PR_STRING'], /^\[(=*)\[[\s\S]*?(?:\]\1\]|$)/],