Arc Forumnew | comments | leaders | submitlogin
2 points by ambition 5749 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 5744 days ago | link

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

-----

2 points by ambition 5743 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.

-----