newlisp.vim version 1.20

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

newlisp.vim version 1.20

Post by Cyril »

Vim syntax file updated. Changes in this version:

* 'read-expr' function is added, 'read' removed.

* symbol is considered special if it either starts with capital letter or ends with non-alphanumeric character.

* documentation in the file header is partially rewritten.

Downloadable from usual locations (one, two).

This is with high chances my last message on this forum at least till September. Too many reasons to explain them. If someone wants to maintain the Vim syntax file, feel free to do this. Just drop me a note -- or don't. The newlispdoc support and parentheses highlighting logic are a bit quirky, but adding the new function names is straightforward. All my contacts in forum userinfo are valid.
With newLISP you can grow your lists from the right side!

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

* symbol is considered special if it either starts with capital letter or ends with non-alphanumeric character.
Nice!

Locked