Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 677 Bytes

File metadata and controls

26 lines (19 loc) · 677 Bytes

Vim Support for Squiggle

Squiggle is a strict, expression-oriented, compile-to-JS programming language

This plugin provides support for syntax hilighting, indent, linter integration support, etc…

Install

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'

TODO

  • 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