Closed Dawid-Ohia closed 5 years ago
I personally add the following lines in my VSCode Workspace settings for every project which uses Smarty template engine and uses .htm,.html files for templates:
{
"files.associations": {
"*.html": "smarty",
"*.htm": "smarty"
}
}
@arvislacis Thanks! it works.
I use .htm extension for Smarty templates files. Is it possible to configure this extension to identify .htm files as Smarty templates?