+ float32 for c-types

git-svn-id: https://vimsuite.svn.sourceforge.net/svnroot/vimsuite/trunk@222 eb2d0018-73a3-4aeb-bfe9-1def61c9ec69
This commit is contained in:
alterdepp 2012-10-09 08:39:13 +00:00
parent 2d640e3913
commit 9221e87eef

View File

@ -2,6 +2,7 @@
" special keywords
syntax keyword cType uint8 sint8 uint16 sint16 uint32 sint32 uint64 sint64
syntax keyword cType tuint8 tsint8 tuint16 tsint16 tuint32 tsint32 tuint64 tsint64
syntax keyword cType float32
syntax keyword cType DfpType SfpType SfpErrorType LWrd LInt
syntax keyword cType TickType
syntax keyword Special ATOMIC BEGIN_ATOMIC END_ATOMIC