Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 977 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 977 Bytes

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.