Add support for html slim
Brought to you by:
alnd
Slim (http://slim-lang.com)is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.
It would be really cool if add it to the cloc.
would look something like this:
SLIM
filter remove_slim_comments
extension slim
3rd_gen_scale 4.00
slim_comments = | comments here
Anonymous
I'll add slim before the next release. <rant> I'm annoyed by languages like slim that make comment parsing harder than necessary, ref indented lines below those beginning with / are part of a block comment. </rant>