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.
Install with vundle
Plugin 'jsy-lang/vim-jsy'Install with pathogen
git clone https://github.com/jsy-lang/vim-jsy.git ~/.vim/bundle/vim-jsyBase javascript syntax from jelera/vim-javascript-syntax
Distributed under the same terms as Vim itself. See :help license.