Re: [xwt-users] vim syntax file
Rod Martin <[email protected]> Tue, 25 Nov 2003 14:06:12 -0500
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Organization | Benshaw |
| Message-ID | <[email protected]> |
The syntax file has had some small fixes. Comments are getting highlighted
better now.
Also, I got a request for an indenter file. A little tweaking of the html
indenter works pretty slick I think.
You can get the files at http://www.mixdown.ca/~rmartin/vim-files
(Known) problems still standing:
- Large files sometimes not highlighted correctly
- I'm still not sure whether the 'constructor', 'prototype', 'toSource',
'toString', 'valueOf' keywords or math constants (xwt.math.PI|E|etc) should
be getting highlighted
- indenting acts weird on the second line here:
if() {
} else {
}
- when you type the second '{', the line gets indented, but it shouldn't
Have fun
Rod