Home
last modified time | relevance | path

Searched refs:PR_PLAIN (Results 1 – 15 of 15) sorted by relevance

/plugin/code3/src/
H A Dtz.js97 var PR_PLAIN = 'pln'; variable
472 style = PR_PLAIN;
571 if (PR_PLAIN != chunk.style) {
751 if (PR_PLAIN == chunk.style) {
846 endTokenType = PR_PLAIN;
968 style = PR_PLAIN;
1185 } else if (PR_PLAIN == tok.style) {
1235 if (PR_PLAIN == tokens[i].style) {
1241 if (PR_PLAIN == tokens[i].style) {
1369 if (PR_PLAIN === tok.style) {
[all …]
/plugin/code3/
H A Dscript.js11PR_PLAIN='pln';var PR_REGEX='reg';var PR_CONSTANT='const';var PR_TAG='tag';var PR_DECLARATION='dec… variable
/plugin/codeprettify/code-prettify/src/
H A Dlang-pascal.js37 [PR.PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']
44 [PR.PR_PLAIN, /^[a-z][a-z0-9]*/i, null],
H A Dlang-llvm.js40 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
48 [PR['PR_PLAIN'], /^[%@!](?:[-a-zA-Z$._][-a-zA-Z$._0-9]*|\d+)/],
H A Dlang-tcl.js45 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
58 [PR['PR_PLAIN'],
H A Dlang-apollo.js36 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
48 [PR['PR_PLAIN'],
H A Dlang-lisp.js77 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
90 [PR['PR_PLAIN'],
H A Dlang-mumps.js117 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
134 [PR['PR_PLAIN'], /^[a-z][a-zA-Z0-9]*/i],
H A Dlang-dart.js34 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0']
77 [PR['PR_PLAIN'], /^[a-z_$][a-z0-9_]*/i],
H A Dlang-matlab.js37 PR_PLAIN: plain text
84 [PR.PR_PLAIN, /^[ \t\r\n\v\f\xA0]+/, null, " \t\r\n\u000b\u000c\u00a0"],
H A Dlang-ex.js28 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0'],
73 [PR['PR_PLAIN'], /^[$a-z]\w*[\!\?]?/],
H A Dlang-vhdl.js32 [PR['PR_PLAIN'], /^[\t\n\r \xA0]+/, null, '\t\n\r \xA0']
47 [PR['PR_PLAIN'], /^(?:[a-z]\w*|\\[^\\]*\\)/i],
H A Dnode_prettify.js76 * 'PR_PLAIN': string,
207 var PR_PLAIN = 'pln'; variable
667 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
673 * Style is a style constant like PR_PLAIN, or can be a string of the
751 var decorations = [basePos, PR_PLAIN];
780 style = PR_PLAIN;
950 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']);
997 [PR_PLAIN, /^[a-z_$][a-z_$@0-9]*/i, null],
1013 [PR_PLAIN, /^\\[\s\S]?/, null],
1317 [PR_PLAIN, /
[all...]
H A Dprettify.js124 * 'PR_PLAIN': string,
255 var PR_PLAIN = 'pln'; variable
715 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
721 * Style is a style constant like PR_PLAIN, or can be a string of the
799 var decorations = [basePos, PR_PLAIN];
828 style = PR_PLAIN;
998 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']);
1045 [PR_PLAIN, /^[a-z_$][a-z_$@0-9]*/i, null],
1061 [PR_PLAIN, /^\\[\s\S]?/, null],
1365 [PR_PLAIN, /
[all...]
H A Drun_prettify.js353 * 'PR_PLAIN': string,
484 var PR_PLAIN = 'pln';
944 * constant like PR_PLAIN. index_n-1 <= index_n, and style_n-1 applies to
950 * Style is a style constant like PR_PLAIN, or can be a string of the
1028 var decorations = [basePos, PR_PLAIN];
1057 style = PR_PLAIN;
1227 shortcutStylePatterns.push([PR_PLAIN, /^\s+/, null, ' \r\n\t\xA0']);
1274 [PR_PLAIN, /^[a-z_$][a-z_$@0-9]*/i, null],
1290 [PR_PLAIN, /^\\[\s\S]?/, null],
1594 [PR_PLAIN, /
[all...]