Merge pull request #339 from greuben/master

Use htmlFor in jsx
This commit is contained in:
mattn
2016-07-18 20:31:29 +09:00
committed by GitHub

View File

@@ -1935,7 +1935,7 @@ let s:emmet_settings = {
\ },
\ 'jsx': {
\ 'extends': 'html',
\ 'attribute_name': {'class': 'className'},
\ 'attribute_name': {'class': 'className', 'for': 'htmlFor'},
\ },
\ 'xslt': {
\ 'extends': 'xsl',