Using VS Code, I have "Smarty syntax highlighting" installed, works fine. I also set "emmet.includeLanguages": { "smarty": "html" },
so I can use emmet abbreviations, but I do not get the hinting/autocomplete for HTML.
I can add "files.associations": { "*.tpl":"html" }
but then I loose the Smarty syntax highlighting.
Is there any way to treat the file as an HTML, and thus get the "stock" HTML emmet, autocomplete, hinting, and formatting but use the Smarty syntax highlighting offered by the extension? (or does anyone know of an extension that does this all-in-one?)