Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An attempt to resolve an error on indenting.
Fix issue Raku#23 When indenting something like if %h{"foo"} { ....... (press tab here) } This error happens. (error "Lisp nesting exceeds ‘max-lisp-eval-depth’") Note here that while the fix does makes the error go away, it is not entirely certain whether it breaks the indentation for some other cases. But I think we could live with this until we found what's broken.
- Loading branch information