Use htmlFor in jsx

This commit is contained in:
Reuben Gunday
2016-07-17 01:13:52 +05:30
parent 3654efd3d1
commit 4805d355c1

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',