WebStorm Smarty Highlighting

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: window with a package file type window

However, the resulting .tpl file still looks result

+5
source share

Source: https://habr.com/ru/post/1243660/


All Articles