AndrewRadev / sideways.vim

A Vim plugin to move function arguments (and other delimited-by-something items) left and right.
http://www.vim.org/scripts/script.php?script_id=4171
MIT License
481 stars 9 forks source link

Update React support for CSS classes #43

Closed jdsutherland closed 4 years ago

jdsutherland commented 4 years ago

React uses className for adding CSS classes. This also adds the relevant TypeScript fts.

AndrewRadev commented 4 years ago

Right, I'd forgotten about className, thanks for noticing. And thanks for adding typescriptreact -- it does seem like it should work the same way :+1:.