Is there a way to get WebStorm to highlight Smarty templates? Either through the plugin, or some other means?
Also note: I need this for WebStorm, not PhpStorm or any other version; I don't need autocomplete or anything else - just the highlight.
Files have a .tpl extension, and so far I am considering them as HTML files, and I am looking for options to increase the readability of the code using coloring.
I tried to follow based on comments:

However, the resulting .tpl file still looks 
source share