Add Emmet support to Winter CMS template files

This commit is contained in:
Ben Thomson 2023-05-28 08:26:29 +08:00
parent 938d872b61
commit 25143772dc

View File

@ -29,6 +29,10 @@
"**/themes/*/pages/**/*.htm": "wintercms",
"**/themes/*/partials/**/*.htm": "wintercms"
},
"emmet.includeLanguages": {
"wintercms": "html",
"wintercms-twig": "html",
},
"eslint.validate": [
"javascript",
"vue"