Modified React JSX syntax to work with Riot.js
This is modified vim plugin for React JSX to work with Riot.js.
Add to your .vimrc file:
au BufNewFile,BufRead *.tag setlocal ft=javascript
nicklasos
Back