Jesse Laprade
Jesse Laprade
Should we review how `if`, `do`, and `with-open` are indented? Currently, they indent like this, if using two-space indentation: ``` (do (print "test") (print "test2") (print "test3")) (with-open [file-out (io.open...
Hey there! I am loving Chibi Scheme so much! Just putting this here for whoever has time to look into this! When I try to `make chibi-scheme-static && ./chibi-scheme-static` or...
I added "ruby" to the app/server/bin/compile-extensions.rb path. I hope this is okay and correct! I'm a newbie when it comes to all of this technical stuff haha.
Highlighting adjustments: - Added period (`.`) to the `iskeyword` list in ftplugin/fennel.vim so things like `string.match` are highlighted, instead of just the `string` in `string.match` - Moved `FennelSpecialForm` out of...