Where is the jar for freemarker support?
Hi,
While trying to analyse the freemarker psi, I can't find the jar which contains classes like "com.intellij.freemarker.psi.files.FtlFile" etc.
I need to add macros into the ftl files. Can someone shed light on it?
Thanks in advance,
Mian
Please sign in to leave a comment.
The jar is at plugins/freemarker/lib/core.jar. The code is not open-source and there is no officially supported API for extending the plugin.
Thanks Dmitry!
Mian