From 0b36fa79a08183f38f8748901899e84e2f079076 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Fri, 2 Jul 2010 18:37:50 +0000 Subject: [PATCH] added some keywords to vim syntax file git-svn-id: svn://anubis/fart/trunk@273 7f9b0f55-74a9-4bce-be96-3c2cd072584d --- vim/syntax/fart.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/syntax/fart.vim b/vim/syntax/fart.vim index f61220f..85ca63e 100644 --- a/vim/syntax/fart.vim +++ b/vim/syntax/fart.vim @@ -10,8 +10,8 @@ endif syn case match -syn keyword fartKeywords ambient ambient_occlusion color define diffuse exposure height jitter 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 keyword fartKeywords ambient ambient_occlusion color define diffuse exposure extrude 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 intersect light options plane scene sphere subtract union syn match fartNumber "\(^\|\W\)\@<=[+-]\=\(\d\+\)\=\.\=\d\+\([eE][+-]\=\d\+\)\=" hi def link fartKeywords Operator