Home
last modified time | relevance | path

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

/plugin/codemirror/dist/modes/
Dscheme.min.js1indentStack=new k(b,c,a.indentStack)}function m(a){a.indentStack=a.indentStack.prev}var n=new RegE…
Dcobol.min.js1indentStack:null,indentation:0,mode:false}},token:function(j,p){if(p.indentStack==null&&j.sol()){p…
Dscheme.min.js.map1indentStack","popStack","binaryMatcher","RegExp","octalMatcher","hexMatcher","decimalMatcher","isB…
Dcobol.min.js.map1indentStack","indentation","mode","token","state","sol","eatSpace","returnType","col","column","sk…
/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js40 this.indentStack = [0]; property in Lexer
303 for (var i = 0; this.indentStack[i]; i++) {
1337 if (indents < this.indentStack[0]) {
1339 while (this.indentStack[0] > indents) {
1340 if (this.indentStack[1] < indents) {
1341 …, 'Inconsistent indentation. Expecting either ' + this.indentStack[1] + ' or ' + this.indentStack[…
1344 this.indentStack.shift();
1349 this.colno = this.indentStack[0] + 1;
1353 } else if (indents && indents != this.indentStack[0]) {
1357 this.indentStack.unshift(indents);
[all …]