mxw / vim-jsx

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

Parens not balanced correctly. #1

Closed jordwalke closed 10 years ago

jordwalke commented 10 years ago
var x = (
  <div>{{one: 'er'}}</div>
);

Try formatting that with only pangloss's plugin and the parens balance. (Visually select and hit =). Now try it with your plugin as well. The parens do not balance.

mxw commented 10 years ago

Should be fixed by 5b08c873277a6c85c699d5c41742ee7509331cc5.