emmet-vim icon indicating copy to clipboard operation
emmet-vim copied to clipboard

Limit to express size. Is it possible to increase maximum expression size?

Open Rz-Rz opened this issue 3 years ago • 0 comments

There is a limit to the size of an expression For example, this works: .form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1']) But if I add another complex expression like this: .form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])+(div.mb-3.form-check>input[type="checkbox" class="form-check-input" id="exampleCheck1"]+label[class="form- check-label" for="exampleCheck1"]{Check me out!}) Then the new expression is not expanded.

Rz-Rz avatar Dec 03 '21 13:12 Rz-Rz