No support for SimpleTemplateEngine groovy templates
Opened this issue · 0 comments
ssbarnea commented
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.