Page 1 of 1

newlisp.vim 1.37

Posted: Sun Jun 02, 2013 7:36 pm
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.

Re: newlisp.vim 1.37

Posted: Sun Jun 02, 2013 10:03 pm
by conan
Thank-you-very-much-indeed! :)

Re: newlisp.vim 1.37

Posted: Sun Jun 02, 2013 10:14 pm
by bairui
Wonderful. Thanks, Cyril.

Re: newlisp.vim 1.37

Posted: Sun Jun 02, 2013 11:14 pm
by rickyboy
It's nice to see somebody taking care of The Vim Brethren. :) Nice job, Cyril!

Re: newlisp.vim 1.37

Posted: Thu Jan 26, 2017 8:59 am
by Chappuis
Good Job Cyril Thank fo info

Golden slot

Re: newlisp.vim 1.37

Posted: Sat Jan 28, 2017 3:24 am
by protozen
Yup, thank you indeed. I'm not a big user of vi / vim for code, but thanks for the update.