ViM syntax file?

Notices and updates
pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

Well, I renamed the 'newlisp.vim' file to 'lisp.vim' and indeed, now it's ok.

This seems to be the only way then? While if I state ":set syntax=newlisp" with the old file name newlisp.vim, then the ecalamation marks are not highlighted (e.g. '!' and '!='). Also changes in 'filetype.vim' did not change this situation. Maybe the original 'lisp.vim' is conflicting with 'newlisp.vim'?

But anyway, it works now, thanx.

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

Post by Lutz »

Excalibor posted a .vimrc a while ago to tweak this stuff, but I also never got it working with newlisp.vim and also had to rename it to lisp.vim. I guess it depends on the Vim version (there are about a million out there) and other local settings and IANAVE :-) .

Lutz

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

Hi Lutz,

Hacking with the memory stuff and crashes, I noticed that the 3 hacking commands are not recognized either (e.g. 'dump', 'address' and 'cpymem'). I'm not sure if it's a good idea to put them in the syntax file, but maybe you give it a thought?

Peter

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

Post by Lutz »

I should probably put them in the syntax file. It may alert users, if they use these words that they are used elsewhere.

Lutz

Locked