[vim] Adding new and delete for allocation

This commit is contained in:
Jeremy Edward Kozdon
2016-05-04 09:04:45 -07:00
parent 0fdfaad053
commit 99d1d2ffe3

View File

@@ -1,7 +1,7 @@
" Vim syntax file
" Language: ISPC
" Maintainer: Andreas Wendleder <andreas.wendleder@gmail.com>
" Last Change: 2016 Apr 29
" Last Change: 2016 May 04
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
@@ -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 foreach foreach_tiled foreach_unique foreach_active
syn keyword ispcBuiltin programCount programIndex taskCount taskCount0 taskCount1 taskCount3 taskIndex taskIndex0 taskIndex1 taskIndex2
syn keyword ispcType export uniform varying int8 int16 int32 int64 task
syn keyword ispcType export uniform varying int8 int16 int32 int64 task new delete
syn keyword ispcOperator operator
"double precision floating point number, with dot, optional exponent