newlisp.vim 1.37

Notices and updates
Locked
Cyril
Posts: 183
Joined: Tue Oct 30, 2007 6:27 pm
Location: Moscow, Russia
Contact:

newlisp.vim 1.37

Post by Cyril »

I have updated my newlisp.vim syntax highlighter; new in this version:

* all the changes made by Lutz during the last two years are adopted.

* some typos introduced by Lutz are removed (some vimscript keywords was erroneously recognized as newlisp functions because of a silly formatting error).

* $count built-in variable is recognized.

* bigint constant affix L is recognized.

* non-change: I was falsely assuming that +.9 syntax was always here, and recognize it as valid; so no need to change here (and I can pretend I've stolen the time machine from Guido).

* string delimiters (quotes and brackets) color is reverted to be the same as the string content; if you like the previous style better, put the following line in your .vimrc:

hi link newlispStringDelimiter String Delimiter

Downloadable from the usual locations (one, two). I believe the highlighter is ready for 10.5.1 newlisp release.
With newLISP you can grow your lists from the right side!

conan
Posts: 52
Joined: Sat Oct 22, 2011 12:14 pm

Re: newlisp.vim 1.37

Post by conan »

Thank-you-very-much-indeed! :)

bairui
Posts: 64
Joined: Sun May 06, 2012 2:04 am
Location: China
Contact:

Re: newlisp.vim 1.37

Post by bairui »

Wonderful. Thanks, Cyril.

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: newlisp.vim 1.37

Post by rickyboy »

It's nice to see somebody taking care of The Vim Brethren. :) Nice job, Cyril!
(λx. x x) (λx. x x)

Chappuis
Posts: 2
Joined: Thu Jan 26, 2017 8:53 am

Re: newlisp.vim 1.37

Post by Chappuis »

Good Job Cyril Thank fo info

Golden slot
Gclub newlisp datatypes

protozen
Posts: 36
Joined: Thu Aug 22, 2013 4:02 am

Re: newlisp.vim 1.37

Post by protozen »

Yup, thank you indeed. I'm not a big user of vi / vim for code, but thanks for the update.

Locked