Major Senior
Registered User
Join date: 12 Apr 2006
Posts: 104
|
09-14-2006 22:10
I have settup some new vim syntax files for LSL script. Little things like support for paren and bracket highlighting during errors, invalid operator highlighting, invalid escape sequences, and full support for lslint. You know, the little things. Still trying to finish fixing up its list of depricated constants/functions and adding the new constants and functions to it. As the original vim lsl syntax hadn't been updated since Sep 2004 .. this is taking a few. https://lepercolony.ocgnet.org/wiki/lsl-vim-syntax
|
Lee Ponzu
What Would Steve Do?
Join date: 28 Jun 2006
Posts: 1,770
|
Thanks
09-15-2006 04:54
Could you comment on vim versions required? Will the one with OSX (vim 6.2) be enough, or do I need to locate a more recent one...
|
Major Senior
Registered User
Join date: 12 Apr 2006
Posts: 104
|
09-15-2006 05:50
From: Lee Ponzu Could you comment on vim versions required? Will the one with OSX (vim 6.2) be enough, or do I need to locate a more recent one... In theory, it should work with vim5.8 and newer. That being the theory at least. I don't have anything oder then 6.4 to test on though.
|