TextMate Bundles

Q&A's, tips, howto's
Locked
kanen
Posts: 145
Joined: Thu Mar 25, 2010 6:24 pm
Contact:

TextMate Bundles

Post 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. :)
. Kanen Flowers http://kanen.me .

EkosDeux
Posts: 1
Joined: Fri Jan 28, 2011 7:11 am

Re: TextMate Bundles

Post by EkosDeux »

Thanks kanen. I was searching for something to use with textmate, and luckily this was recent.

kanen
Posts: 145
Joined: Thu Mar 25, 2010 6:24 pm
Contact:

Re: TextMate Bundles

Post 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
. Kanen Flowers http://kanen.me .

Locked