temple icon indicating copy to clipboard operation
temple copied to clipboard

Remove Short delimers

Open dymk opened this issue 9 years ago • 1 comments

It does not seem they fill a useful role; 99% of all Temple templates I've seen in the wild only use <% %> and <%= %> delimiters.

The temple parsing code is also made overly complex due to supporting Short delimers.

If anyone has been using Short delimers, and finds them useful, let me know, and I'll add them back in, but in the meantime, I'll remove this feature.

dymk avatar Oct 26 '15 07:10 dymk

I use short delimiters sometimes, but I don't see a problems to start using only <% %> and <%= %> delimiters. I support this decision if it greatly simplifies the parsing

DarkRiDDeR avatar Nov 29 '15 12:11 DarkRiDDeR