Awesome
vim-jsy
JSY JavaScript dialect syntax bundle for vim.
JSY is an indented (offside) JavaScript dialect. We believe indentation is
better at describing code blocks instead of painstakingly matching open/close
sections { } () []
.
Think modern JavaScript — ES6, ES2018 — indented similar to [Python][] or [CoffeeScript][].
Please see JSY language docs for details on the JSY dialect.
Installation
Install with vundle
Plugin 'jsy-lang/vim-jsy'
Install with pathogen
git clone https://github.com/jsy-lang/vim-jsy.git ~/.vim/bundle/vim-jsy
License
Base javascript syntax from jelera/vim-javascript-syntax
Distributed under the same terms as Vim itself. See :help license
.