diff --git a/autoload/emmet.vim b/autoload/emmet.vim index 2817111..5939e68 100644 --- a/autoload/emmet.vim +++ b/autoload/emmet.vim @@ -1935,7 +1935,7 @@ let s:emmet_settings = { \ }, \ 'jsx': { \ 'extends': 'html', -\ 'attribute_name': {'class': 'className'}, +\ 'attribute_name': {'class': 'className', 'for': 'htmlFor'}, \ }, \ 'xslt': { \ 'extends': 'xsl',