Searched refs:scanEndOfLine (Results 1 – 1 of 1) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-lexer/ |
| D | index.js | 197 scanEndOfLine: function (regexp, type) { method in Lexer 408 var node = this.scanEndOfLine(/^doctype *([^\n]*)/, 'doctype'); 598 if (tok = this.scanEndOfLine(/^\./, 'dot')) { 707 if (tok = this.scanEndOfLine(/^block/, 'mixin-block')) { 718 var tok = this.scanEndOfLine(/^yield/, 'yield'); 755 var tok = this.scanEndOfLine(/^ ([^\n]+)/, 'path'); 767 var tok = this.scanEndOfLine(/^case +([^\n]+)/, 'case'); 785 var tok = this.scanEndOfLine(/^when +([^:\n]+)/, 'when'); 814 var tok = this.scanEndOfLine(/^default/, 'default'); 1048 if (tok = this.scanEndOfLine(/^-/, 'blockcode')) {
|