TextMate Bundles
Posted: Thu May 05, 2011 5:11 am
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. :)
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. :)