SergeyKasyanov / vscode-october-extension

VSCode extension for work with OctoberCMS
MIT License
20 stars 2 forks source link

No twig syntax highlighting in *.htm inside the component template file #12

Closed yfktn closed 1 year ago

yfktn commented 1 year ago

I found that in my case, the extension was not able to add syntax highlighting with my *.htm code for the component template file. Need to add separated configuration for it:

    "files.associations": {
        "**/themes/**/*.htm": "october-tpl",
        "**/plugins/**/components/**/*.htm": "october-tpl",
        "**/plugins/**/controllers/**/*.htm": "php",
    },
SergeyKasyanov commented 1 year ago

Added this to readme, thanks