Use emmet.includeLanguages to enable emmet abbr in non supported languages #29678

This commit is contained in:
Ramya Achutha Rao
2017-06-27 19:23:46 -07:00
parent 04a1b72c53
commit b69887c107
5 changed files with 52 additions and 11 deletions

View File

@@ -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": {