We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9730c3e commit 2776cebCopy full SHA for 2776ceb
README.md
@@ -66,7 +66,7 @@ execute command in vim:
66
Configuration
67
---
68
69
-|name|default|detail|
+|name|default|description|
70
|---|---|---|
71
|`g:vim_jsx_pretty_enable_jsx_highlight`|1|jsx highlight flag|
72
|`g:vim_jsx_pretty_colorful_config`|0|colorful config flag|
@@ -90,6 +90,7 @@ Configuration
90
|---|---|
91
|jsxTag| `<tag id="sample">`<br />`~~~~~~~~~~~~~~~~~`|
92
|jsxTagName| `<tag id="sample">`<br />`_~~~_____________`|
93
+|jsxjsxAttrib| `<tag id="sample">`<br />`_____~~__________`|
94
|jsxEqual| `<tag id="sample">`<br />`_______~_________`|
95
|jsxString| `<tag id="sample">`<br />`________~~~~~~~~_`|
96
|jsxCloseTag| `</tag> | <tag />`<br />`~~~~~~ | _____~~` |
0 commit comments