Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js85 this.incrementColumn(ex.loc.column);
161 incrementColumn: function(increment){ method in Lexer
193 this.incrementColumn(diff);
205 this.incrementColumn(whitespaceLength);
211 this.incrementColumn(captures[0].length - whitespaceLength);
217 this.incrementColumn(captures[0].length - whitespaceLength);
257 this.incrementColumn(idx);
336 this.incrementColumn(captures[0].length);
353 this.incrementColumn(2); // '#{'
359 this.incrementColumn(splitted[lines].length + 1); // + 1 → '}'
[all …]