Added syntax highlighting for 'uniform' and 'varying' types.
This commit is contained in:
committed by
Matt Pharr
parent
55c754750e
commit
067a2949ba
@@ -17,7 +17,7 @@ syn keyword ispcStatement cbreak ccontinue creturn launch print reference soa sy
|
|||||||
syn keyword ispcConditional cif
|
syn keyword ispcConditional cif
|
||||||
syn keyword ispcRepeat cdo cfor cwhile
|
syn keyword ispcRepeat cdo cfor cwhile
|
||||||
syn keyword ispcBuiltin programCount programIndex
|
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
|
" Default highlighting
|
||||||
command -nargs=+ HiLink hi def link <args>
|
command -nargs=+ HiLink hi def link <args>
|
||||||
|
|||||||
Reference in New Issue
Block a user