Squiggle is a strict, expression-oriented, compile-to-JS programming language
This plugin provides support for syntax hilighting, indent, linter integration support, etc…
The easiest way to install this plugin is to use something like Vundle. Then all you have to do is extend your .vimrc for another Plugin line:
Plugin 'squiggle-lang/vim-squiggle'
- match up if .. end, match .. end, def .. end
- currently, def's end is the one that "wins", because it's last
- objects deserve some treatment, as do lists