Added syntax highlighting for 'uniform' and 'varying' types.

This commit is contained in:
Nipunn Koorapati
2012-05-06 06:58:53 -07:00
committed by Matt Pharr
parent 55c754750e
commit 067a2949ba

View File

@@ -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 <args>