newLISP Fan Club

Forum => newLISP newS => Topic started by: Cyril on June 02, 2013, 12:36:22 PM

Title: newlisp.vim 1.37
Post by: Cyril on June 02, 2013, 12:36:22 PM
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 (//http), two (//http)). I believe the highlighter is ready for 10.5.1 newlisp release.
Title: Re: newlisp.vim 1.37
Post by: conan on June 02, 2013, 03:03:58 PM
Thank-you-very-much-indeed! :)
Title: Re: newlisp.vim 1.37
Post by: bairui on June 02, 2013, 03:14:50 PM
Wonderful. Thanks, Cyril.
Title: Re: newlisp.vim 1.37
Post by: rickyboy on June 02, 2013, 04:14:23 PM
It's nice to see somebody taking care of The Vim Brethren. :)  Nice job, Cyril!
Title: Re: newlisp.vim 1.37
Post by: Chappuis on January 26, 2017, 12:59:39 AM
Good Job Cyril Thank fo info



Golden slot (//https)
Title: Re: newlisp.vim 1.37
Post by: protozen on January 27, 2017, 07:24:39 PM
Yup, thank you indeed. I'm not a big user of vi / vim for code, but thanks for the update.