Arc Forumnew | comments | leaders | submitlogin
2 points by ambition 5745 days ago | link | parent

Git URL: git://github.com/aran/arc.tmbundle.git

It's based on the Scheme bundle, with updated function highlighting plus some snippets for common things typed.



2 points by ambition 5740 days ago | link

It now supports rudimentary folding and Function Pop-up (Shift-Command-T) navigation.

-----

2 points by ambition 5739 days ago | link

Another update: I contacted Allan Odgaard to ask about putting in a feature that would allow folding to work nicely. There probably won't be a fix. The workaround that I'm using is this:

    (def foo (...) 
        ...))
    ); unusual - last closing parens of a block on next line
This allows very simple root-level folding.

-----