mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Update block language in default settings
This commit is contained in:
parent
725306c7ef
commit
842db82b99
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"**/modules/*/behaviors/*/partials/*.htm": "php",
|
||||
"**/modules/*/blocks/*.block": "wintercms",
|
||||
"**/modules/*/blocks/*.block": "wintercms-block",
|
||||
"**/modules/*/controllers/*/*.htm": "php",
|
||||
"**/modules/*/formwidgets/*/partials/*.htm": "php",
|
||||
"**/modules/*/layouts/*.htm": "php",
|
||||
@ -12,7 +12,7 @@
|
||||
"**/modules/*/widgets/*/partials/*.htm": "php",
|
||||
|
||||
"**/plugins/*/*/behaviors/*/partials/*.htm": "php",
|
||||
"**/plugins/*/*/blocks/*.block": "wintercms",
|
||||
"**/plugins/*/*/blocks/*.block": "wintercms-block",
|
||||
"**/plugins/*/*/components/**/*.htm": "wintercms-twig",
|
||||
"**/plugins/*/*/controllers/*/*.htm": "php",
|
||||
"**/plugins/*/*/formwidgets/*/partials/*.htm": "php",
|
||||
@ -23,7 +23,7 @@
|
||||
"**/plugins/*/*/views/mail/*.htm": "wintercms",
|
||||
"**/plugins/*/*/widgets/*/partials/*.htm": "php",
|
||||
|
||||
"**/themes/*/blocks/**/*.block": "wintercms",
|
||||
"**/themes/*/blocks/**/*.block": "wintercms-block",
|
||||
"**/themes/*/content/**/*.htm": "wintercms",
|
||||
"**/themes/*/layouts/*.htm": "wintercms",
|
||||
"**/themes/*/pages/**/*.htm": "wintercms",
|
||||
@ -32,6 +32,7 @@
|
||||
"emmet.includeLanguages": {
|
||||
"wintercms": "html",
|
||||
"wintercms-twig": "html",
|
||||
"wintercms-block": "html"
|
||||
},
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
|
Loading…
x
Reference in New Issue
Block a user