mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

html auto indent problem #141

Closed bigfish02 closed 7 years ago

bigfish02 commented 7 years ago

In .html, I input the following code:

<div>
  <p>xx</p>
</div>

the indent is correct, but in .jsx, the indent is not correct:

<div>
  <p>xx</p>
  </div>

the </div> is not auto indent.

mxw commented 7 years ago

Please read the README.