mirror of
https://github.com/mattn/emmet-vim.git
synced 2025-12-06 18:54:27 +08:00
Use htmlFor in jsx
This commit is contained in:
@@ -1935,7 +1935,7 @@ let s:emmet_settings = {
|
|||||||
\ },
|
\ },
|
||||||
\ 'jsx': {
|
\ 'jsx': {
|
||||||
\ 'extends': 'html',
|
\ 'extends': 'html',
|
||||||
\ 'attribute_name': {'class': 'className'},
|
\ 'attribute_name': {'class': 'className', 'for': 'htmlFor'},
|
||||||
\ },
|
\ },
|
||||||
\ 'xslt': {
|
\ 'xslt': {
|
||||||
\ 'extends': 'xsl',
|
\ 'extends': 'xsl',
|
||||||
|
|||||||
Reference in New Issue
Block a user