mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Use emmet.includeLanguages to enable emmet abbr in non supported languages #29678
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
"default": true,
|
||||
"description": "Shows possible emmet abbreviations as suggestions"
|
||||
},
|
||||
"emmet.includeLanguages": {
|
||||
"type": "object",
|
||||
"default": {},
|
||||
"description": "Enable emmet abbreviations in languages that are not supported by default. Add a mapping here between the language and emmet supported syntax.\n Eg: {\"php\": \"html\"}"
|
||||
},
|
||||
"emmet.variables":{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user