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