From fc2c62d5ac6ba788f2f833139a6131a05580e01d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 9 Jul 2010 17:18:07 +0000 Subject: [PATCH] added shape vim keyword git-svn-id: svn://anubis/fart/trunk@285 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 8741afa..a11fdb5 100644 --- a/vim/syntax/fart.vim +++ b/vim/syntax/fart.vim @@ -11,7 +11,7 @@ endif syn case match syn keyword fartKeywords ambient ambient_occlusion color define diffuse exposure height jitter look_at material max_depth multisample ngon offset polygon position radius reflectance rotate scale shininess size specular translate transparency union up vfov width -syn keyword fartObjects box camera cyl extrude intersect light options plane scene sphere subtract union +syn keyword fartObjects box camera cyl extrude intersect light options plane scene shape sphere subtract union syn match fartNumber "\(^\|\W\)\@<=[+-]\=\(\d\+\)\=\.\=\d\+\([eE][+-]\=\d\+\)\=" hi def link fartKeywords Operator