Completing opening block tags now inserts corresponding closing one. Same for writing / after {. Pressing enter between tags inserts newline before and after caret similar to HTML.
One can also collapse blocks now. It looks like this when collapsed.
{#if condition ...}
There may be - as always - outstanding corner cases to handle. I didn't find anything suspicious.
Completing opening block tags now inserts corresponding closing one. Same for writing
/
after{
. Pressing enter between tags inserts newline before and after caret similar to HTML.One can also collapse blocks now. It looks like this when collapsed.
There may be - as always - outstanding corner cases to handle. I didn't find anything suspicious.
Resolves #9 Resolves #14 Resolves #10 Resolves #15