Add the half type to the LLVM IR vim syntax highlighting.

llvm-svn: 156080
This commit is contained in:
Owen Anderson 2012-05-03 17:24:12 +00:00
parent f91fb400b3
commit fe346cd24f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ syn case match
" Types. " Types.
" Types also include struct, array, vector, etc. but these don't " Types also include struct, array, vector, etc. but these don't
" benefit as much from having dedicated highlighting rules. " 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 x86_fp80 fp128 ppc_fp128
syn keyword llvmType type label opaque syn keyword llvmType type label opaque
syn match llvmType /\<i\d\+\>/ syn match llvmType /\<i\d\+\>/