Home
last modified time | relevance | path

Searched refs:isNesting (Results 1 – 3 of 3) sorted by relevance

/plugin/asciidocjs/node_modules/character-parser/
Dindex.js53 if ((options.ignoreNesting || !state.isNesting(options)) && matches(src, delimiter, index)) {
213 State.prototype.isNesting = function (opts) { method in State
DREADME.md137 - `.isNesting([opts])` returns `true` if the current location is not at the top level, i.e. if the …
/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js95 if (res.isNesting()) {
788 while (parser.isNesting() || parser.isString()) {
1211 if (!(state.isNesting() || state.isString())){