- Fixes:
-
Wrong auto-indent when a string is an argument to the current function call e.g.
(blablabla "that stuff: " [] (println "blablabla!"))
Placing the cursor between the square brackets and hitting enter will place the closing square bracket below the word that
-
- Update to yasi v2.0.1
Fixes:
- Forgot to remove logging function call used in debugging
Fixes:
- Made to work with the updated yasi version(v2.0.0)
Fixes:
- Enter key not being released when editing any other non lisp file
Features:
- Context menu entry for launching indenter
Features:
- Auto-indentation on enter keypress
Fixes:
- Dialect/language setting not being passed when indenting a selection
Fixes:
- Proper yasi module importation
Fixes:
- Malfunction in Sublime 2 due to lack of argparse library in Sublime's python installation(v2.6.5)