Page 1 of 1

TextMate Bundles

Posted: Thu May 05, 2011 5:11 am
by kanen
It always drove me crazy that the TextMate newLisp.bundle(s) out there did not support modern keywords in newLisp and they did not support entities.

What I mean is:

(setq my-var 1)

In the regular TextMate newLisp bundles, "my-var" is not treated as an entity.

So, I've been playing with some changes to the Bundle.

If you do not have the original (and currently my favorite) Bundle, it is here: https://github.com/taoeffect/newLISP.tmbundle

1. Go into TextMate
2. Select Bundles
3. Select Bundle Editor + Languages
4. Paste the gist https://gist.github.com/956566 contents into the Edit Language "newLisp" area.

I'm constantly improving it and will post changes to the gist.

Yes, it is 10.3+ compatible. :)

Re: TextMate Bundles

Posted: Sat May 14, 2011 3:10 am
by EkosDeux
Thanks kanen. I was searching for something to use with textmate, and luckily this was recent.

Re: TextMate Bundles

Posted: Sun May 15, 2011 6:30 am
by kanen
Yeah.

I've pretty much moved to MacVim (and vim) for all my editing, as I have a ton of SSH places to go and change files.

I'll post my MacVim settings at some point.

In the meantime, here's a teaser...

Image