newlisp.vim 1.37

Started by Cyril, June 02, 2013, 12:36:22 PM

Previous topic - Next topic

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 (http://www.vim.org/scripts/script.php?script_id=2067">one, http://slobin.ru/vim/syntax/newlisp.vim">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

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

bairui

#2
Wonderful. Thanks, Cyril.

rickyboy

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

Chappuis

#4
Good Job Cyril Thank fo info



https://goldenslot.gclubslot.com">Golden slot
https://gclub.gclubslot.com\">Gclub newlisp datatypes

protozen

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