Changed 'parenthesis' setting to 'attribute_style' setting to allow for choice between 'hash' and 'html'

Updated output to correctly display html-style attributes or hash-style attributes. 'attribute_style' setting defaults to hash but can be updated by the user to use html style attributes
This commit is contained in:
Conrad Decker
2014-07-17 09:40:35 -04:00
parent 761adcc4be
commit 437cd92004
2 changed files with 24 additions and 6 deletions

View File

@@ -1671,7 +1671,7 @@ let s:emmet_settings = {
\ ."\t%body\n"
\ ."\t\t${child}|\n",
\ },
\ 'parentheses': '{}',
\ 'attribute_style': 'hash',
\ },
\ 'slim': {
\ 'indentation': ' ',