Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js134 tokEnd: function(tok){ method in Lexer
304 this.tokens.push(this.tokEnd(this.tok('outdent')));
306 this.tokens.push(this.tokEnd(this.tok('eos')));
337 this.tokEnd(tok);
360 this.tokEnd(tok);
378 this.tokEnd(tok);
393 this.tokEnd(tok);
410 this.tokens.push(this.tokEnd(node));
424 this.tokEnd(tok);
441 this.tokEnd(tok);
[all …]