VIM Syntax Highlighting
On Mon, 10 Mar 2003, Fernando Henrique Ferraz Pereira da Rosa wrote:
Has anyone got vim to have syntax highlighting with R function codes? I know there's something similar that works with emacs (ESS or something like that), but I was wondering if anyone knew an equivalent that worked with vim.
Version 5.6.70 of vim comes with a syntax file for "S-lang" as standard.
Either pick "S-lang" from the "Syntax" menu or do ":cal SetSyn("slang")"
on the vim command line. Not surprisingly, this works perfectly well
with either S or R.
Luke Whitaker