王明

Results 1 comments of 王明

I noticed that there is a piece of code here [https://github.com/stylus/stylus/blob/dev/lib/lexer.js#L675](https://github.com/stylus/stylus/blob/dev/lib/lexer.js#L675) ```js // we have established the indentation regexp if (this.indentRe) { captures = this.indentRe.exec(this.str); // figure out if we...