TextMate Bundles

Started by kanen, May 04, 2011, 10:11:39 PM

Previous topic - Next topic

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[/url]



1. Go into TextMate

2. Select Bundles

3. Select Bundle Editor + Languages

4. Paste the gist https://gist.github.com/956566">//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[/url] .

EkosDeux

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

kanen

#2
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...



http://www.lifezero.org/storage/mvim.png">
. Kanen Flowers http://kanen.me[/url] .