-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'll take a shot at answering these as well, see if I can beat my
brother to the punch and gain some vim notoriety :)

| http://www.vim.org/scripts/script.php?script_id=387

RelaxNG is a way of defining XML applications (what makes a document
'correct', as opposed to just well-formed). The Compact syntax is just a
less verbose version of the same thing. rnc.vim is a syntax highlighting
definition for that. For more information on the RelaxNG definitions:

http://www.relaxng.org/

| On a related (I hope) note, is there a way that
| anyone knows of to get colorized PHP syntax highlighting in vim?

Should be there by default. Vim should recognize any files ending with
.php as php files, and possibly also any files with "<?php" at the start
of the content. If your file isn't being recognized, you can force the
loading of settings with ':set filetype=php'. If you want just syntax
highlighting without the other filetype settings (like auto indent,
etc.) use ':set syntax=php'.

If neither of those commands work, or vim isn't automatically
recognizing *.php files, what version are you using?

Jacob Fugal
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/2eY//PO7QochUiQRArgrAKCJQJlUMhZlgNB5BU5MNfjnP29fPACgu6of
FdZn8RP6kmyuwAoEf4bvZBQ=
=TjHV
-----END PGP SIGNATURE-----


____________________
BYU Unix Users Group http://uug.byu.edu/ ___________________________________________________________________
List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list

Reply via email to