Arc Forumnew | comments | leaders | submitlogin
A textmate bundle for Arc (github.com)
6 points by ambition 5743 days ago | 3 comments


2 points by ambition 5743 days ago | link

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 5737 days ago | link

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

-----

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

-----