language-groovy icon indicating copy to clipboard operation
language-groovy copied to clipboard

No support for SimpleTemplateEngine groovy templates

Open ssbarnea opened this issue 6 years ago • 0 comments

It seems that there is no support for parsing templateangine template files, the ones described at http://docs.groovy-lang.org/next/html/documentation/template-engines.html and looking like <% print city %>

Usually these files have the .template file extension. You can find few examples at https://github.com/jenkinsci/email-ext-plugin/tree/master/src/main/resources/hudson/plugins/emailext/templates

Considering that SimpleTemplateEngine is part of groovy language itself it seems logical to support them as part of this plugin. I tried to look for another language that is similar but I was not not able to find any other atom plugin that can parse these.

ssbarnea avatar Sep 12 '17 15:09 ssbarnea