There's no single line parsing.
As of supporting nested comments, that I also find very annoying that
it doesn't work. For some reason, it doesn't work in most other
languages either (Java, C, etc.)... never understood why.
Saturday, May 21, 2016, 6:58:48 PM, Albert Kam wrote:
> Hello,
>
> I've always wondered whether freemarker support a single line comment
> like // in java ?
>
> I'm usually struck with this nested commenting situation that breaks
> the parsing:
>
> <#-- outer comment
>
> <#macro something>
> <#-- inner comment --> (it breaks the outer comment here)
> </#macro>
>
-->>
>
> Thank you.
>
--
Thanks,
Daniel Dekany
|