git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156080
91177308-0d34-0410-b5e6-
96231b3b80d8
" Types.
" Types also include struct, array, vector, etc. but these don't
" benefit as much from having dedicated highlighting rules.
-syn keyword llvmType void float double
+syn keyword llvmType void float double half
syn keyword llvmType x86_fp80 fp128 ppc_fp128
syn keyword llvmType type label opaque
syn match llvmType /\<i\d\+\>/