Fixing task classification

This commit is contained in:
Jeremy Edward Kozdon
2016-04-29 11:48:52 -07:00
parent b2d98b9979
commit 5db1e5fa39

View File

@@ -13,11 +13,11 @@ runtime! syntax/c.vim
unlet b:current_syntax unlet b:current_syntax
" New keywords " New keywords
syn keyword ispcStatement cbreak ccontinue creturn launch print reference soa sync task syn keyword ispcStatement cbreak ccontinue creturn launch print reference soa sync
syn keyword ispcConditional cif syn keyword ispcConditional cif
syn keyword ispcRepeat cdo cfor cwhile foreach foreach_tiled foreach_unique foreach_active syn keyword ispcRepeat cdo cfor cwhile foreach foreach_tiled foreach_unique foreach_active
syn keyword ispcBuiltin programCount programIndex taskCount taskIndex taskIndex0 taskIndex1 taskIndex2 syn keyword ispcBuiltin programCount programIndex taskCount taskIndex taskIndex0 taskIndex1 taskIndex2
syn keyword ispcType export uniform varying int8 int16 int32 int64 syn keyword ispcType export uniform varying int8 int16 int32 int64 task
syn keyword ispcOperator operator syn keyword ispcOperator operator
"double precision floating point number, with dot, optional exponent "double precision floating point number, with dot, optional exponent