|
1 | 1 | {
|
2 | 2 | "files.associations": {
|
3 | 3 | "**/modules/*/behaviors/*/partials/*.htm": "php",
|
4 |
| - "**/modules/*/blocks/*.block": "wintercms", |
| 4 | + "**/modules/*/blocks/*.block": "wintercms-block", |
5 | 5 | "**/modules/*/controllers/*/*.htm": "php",
|
6 | 6 | "**/modules/*/formwidgets/*/partials/*.htm": "php",
|
7 | 7 | "**/modules/*/layouts/*.htm": "php",
|
|
12 | 12 | "**/modules/*/widgets/*/partials/*.htm": "php",
|
13 | 13 |
|
14 | 14 | "**/plugins/*/*/behaviors/*/partials/*.htm": "php",
|
15 |
| - "**/plugins/*/*/blocks/*.block": "wintercms", |
| 15 | + "**/plugins/*/*/blocks/*.block": "wintercms-block", |
16 | 16 | "**/plugins/*/*/components/**/*.htm": "wintercms-twig",
|
17 | 17 | "**/plugins/*/*/controllers/*/*.htm": "php",
|
18 | 18 | "**/plugins/*/*/formwidgets/*/partials/*.htm": "php",
|
|
23 | 23 | "**/plugins/*/*/views/mail/*.htm": "wintercms",
|
24 | 24 | "**/plugins/*/*/widgets/*/partials/*.htm": "php",
|
25 | 25 |
|
26 |
| - "**/themes/*/blocks/**/*.block": "wintercms", |
| 26 | + "**/themes/*/blocks/**/*.block": "wintercms-block", |
27 | 27 | "**/themes/*/content/**/*.htm": "wintercms",
|
28 | 28 | "**/themes/*/layouts/*.htm": "wintercms",
|
29 | 29 | "**/themes/*/pages/**/*.htm": "wintercms",
|
|
32 | 32 | "emmet.includeLanguages": {
|
33 | 33 | "wintercms": "html",
|
34 | 34 | "wintercms-twig": "html",
|
| 35 | + "wintercms-block": "html" |
35 | 36 | },
|
36 | 37 | "eslint.validate": [
|
37 | 38 | "javascript",
|
|
0 commit comments