From c731d598ea27b43eccf799aba48372b671002e44 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 25 Jun 2010 14:30:25 +0000 Subject: [PATCH] added exposure to keywords in vim syntax git-svn-id: svn://anubis/fart/trunk@251 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- vim/syntax/fart.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/syntax/fart.vim b/vim/syntax/fart.vim index 7d2e494..46c5dbd 100644 --- a/vim/syntax/fart.vim +++ b/vim/syntax/fart.vim @@ -10,7 +10,7 @@ endif syn case match -syn keyword fartKeywords ambient color define diffuse height look_at material max_depth multisample options position radius reflectance rotate scale shininess size specular translate transparency union up vfov width +syn keyword fartKeywords ambient color define diffuse exposure height look_at material max_depth multisample options position radius reflectance rotate scale shininess size specular translate transparency union up vfov width syn keyword fartObjects box camera cyl intersect light plane scene sphere subtract union syn match fartNumber "\(^\|\W\)\@<=[+-]\=\(\d\+\)\=\.\=\d\+\([eE][+-]\=\d\+\)\="