2022-01-20 19:54:18 +02:00
|
|
|
{
|
|
|
|
"files.associations": {
|
|
|
|
"**/modules/*/behaviors/*/partials/*.htm": "php",
|
2022-03-08 16:13:52 -06:00
|
|
|
"**/modules/*/controllers/*/*.htm": "php",
|
2022-01-20 19:54:18 +02:00
|
|
|
"**/modules/*/formwidgets/*/partials/*.htm": "php",
|
|
|
|
"**/modules/*/layouts/*.htm": "php",
|
|
|
|
"**/modules/*/models/*/*.htm": "php",
|
|
|
|
"**/modules/*/partials/*.htm": "php",
|
|
|
|
"**/modules/*/reportwidgets/*/partials/*.htm": "php",
|
|
|
|
"**/modules/*/views/mail/*.htm": "wintercms",
|
|
|
|
"**/modules/*/widgets/*/partials/*.htm": "php",
|
2022-02-10 22:42:59 -06:00
|
|
|
|
2022-01-20 19:54:18 +02:00
|
|
|
"**/plugins/*/*/behaviors/*/partials/*.htm": "php",
|
2022-04-21 08:29:38 +03:00
|
|
|
"**/plugins/*/*/components/**/*.htm": "wintercms-twig",
|
2022-01-21 09:45:50 +02:00
|
|
|
"**/plugins/*/*/controllers/*/*.htm": "php",
|
2022-01-20 19:54:18 +02:00
|
|
|
"**/plugins/*/*/formwidgets/*/partials/*.htm": "php",
|
|
|
|
"**/plugins/*/*/layouts/*.htm": "php",
|
|
|
|
"**/plugins/*/*/models/*/*.htm": "php",
|
|
|
|
"**/plugins/*/*/partials/*.htm": "php",
|
|
|
|
"**/plugins/*/*/reportwidgets/*/partials/*.htm": "php",
|
|
|
|
"**/plugins/*/*/views/mail/*.htm": "wintercms",
|
|
|
|
"**/plugins/*/*/widgets/*/partials/*.htm": "php",
|
2022-02-10 22:42:59 -06:00
|
|
|
|
2022-01-20 19:54:18 +02:00
|
|
|
"**/themes/*/content/**/*.htm": "wintercms",
|
|
|
|
"**/themes/*/layouts/*.htm": "wintercms",
|
|
|
|
"**/themes/*/pages/**/*.htm": "wintercms",
|
|
|
|
"**/themes/*/partials/**/*.htm": "wintercms"
|
2022-04-06 22:21:06 +08:00
|
|
|
},
|
|
|
|
"eslint.validate": [
|
|
|
|
"javascript",
|
|
|
|
"vue"
|
|
|
|
]
|
2022-01-20 19:54:18 +02:00
|
|
|
}
|