From 067a2949ba50b206557bb197f3273fdc64248189 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Sun, 6 May 2012 06:58:53 -0700 Subject: [PATCH] Added syntax highlighting for 'uniform' and 'varying' types. --- contrib/ispc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ispc.vim b/contrib/ispc.vim index 5c178c0f..cc8493f0 100644 --- a/contrib/ispc.vim +++ b/contrib/ispc.vim @@ -17,7 +17,7 @@ syn keyword ispcStatement cbreak ccontinue creturn launch print reference soa sy syn keyword ispcConditional cif syn keyword ispcRepeat cdo cfor cwhile syn keyword ispcBuiltin programCount programIndex -syn keyword ispcType export int8 int16 int32 int64 +syn keyword ispcType export uniform varying int8 int16 int32 int64 " Default highlighting command -nargs=+ HiLink hi def link