Skip to content

Commit 842db82

Browse files
committed
Update block language in default settings
1 parent 725306c commit 842db82

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files.associations": {
33
"**/modules/*/behaviors/*/partials/*.htm": "php",
4-
"**/modules/*/blocks/*.block": "wintercms",
4+
"**/modules/*/blocks/*.block": "wintercms-block",
55
"**/modules/*/controllers/*/*.htm": "php",
66
"**/modules/*/formwidgets/*/partials/*.htm": "php",
77
"**/modules/*/layouts/*.htm": "php",
@@ -12,7 +12,7 @@
1212
"**/modules/*/widgets/*/partials/*.htm": "php",
1313

1414
"**/plugins/*/*/behaviors/*/partials/*.htm": "php",
15-
"**/plugins/*/*/blocks/*.block": "wintercms",
15+
"**/plugins/*/*/blocks/*.block": "wintercms-block",
1616
"**/plugins/*/*/components/**/*.htm": "wintercms-twig",
1717
"**/plugins/*/*/controllers/*/*.htm": "php",
1818
"**/plugins/*/*/formwidgets/*/partials/*.htm": "php",
@@ -23,7 +23,7 @@
2323
"**/plugins/*/*/views/mail/*.htm": "wintercms",
2424
"**/plugins/*/*/widgets/*/partials/*.htm": "php",
2525

26-
"**/themes/*/blocks/**/*.block": "wintercms",
26+
"**/themes/*/blocks/**/*.block": "wintercms-block",
2727
"**/themes/*/content/**/*.htm": "wintercms",
2828
"**/themes/*/layouts/*.htm": "wintercms",
2929
"**/themes/*/pages/**/*.htm": "wintercms",
@@ -32,6 +32,7 @@
3232
"emmet.includeLanguages": {
3333
"wintercms": "html",
3434
"wintercms-twig": "html",
35+
"wintercms-block": "html"
3536
},
3637
"eslint.validate": [
3738
"javascript",

0 commit comments

Comments
 (0)