From 4805d355c1fb47c081fd84ee60d73abb5eb52484 Mon Sep 17 00:00:00 2001 From: Reuben Gunday Date: Sun, 17 Jul 2016 01:13:52 +0530 Subject: [PATCH] Use htmlFor in jsx --- autoload/emmet.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',