Searched refs:endsWithParent (Results 1 – 7 of 7) sorted by relevance
/plugin/highlightjs/highlight/languages/ |
D | css.js | 49 begin: '[A-Z\\_\\.\\-]+\\s*:', end: ';', endsWithParent: true, property 57 begin: '^', endsWithParent: true, excludeEnd: true, property 75 begin: '^', endsWithParent: true, excludeEnd: true, property
|
D | lisp.js | 68 endsWithParent: true property 72 begin: '^', endsWithParent: true, excludeEnd: true, property
|
D | 1c.js | 77 begin: '^', endsWithParent: true, property 83 begin: 'экспорт', endsWithParent: true, property
|
D | ini.js | 28 begin: '^', endsWithParent: true, property
|
D | html-xml.js | 53 begin: '^', endsWithParent: true, noMarkup: true, property
|
/plugin/highlightjs/highlight/ |
D | highlight.js | 53 if (modes[mode_index].endsWithParent) { 86 } while (modes[index + 1].endsWithParent);
|
/plugin/revealjs/plugin/highlight/ |
D | highlight.js | 2 …subLanguage:"sL",className:"cN",begin:"b",beginKeywords:"bK",end:"e",endsWithParent:"eW",illegal:"… property
|