hinrik / perl6-mode

Emacs major mode for Perl 6
GNU General Public License v3.0
36 stars 4 forks source link

if %hash{'key'} { ... } Error: (error "Lisp nesting exceeds `max-lisp-eval-depth'") #7

Open LLFourn opened 8 years ago

LLFourn commented 8 years ago
if %*ENV{'FOO'} {

}

doesn't indent properly and shows:

Error: (error "Lisp nesting exceedsmax-lisp-eval-depth'")`

Thanks for your work on perl6-mode!