mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Add the half type to the LLVM IR vim syntax highlighting.
llvm-svn: 156080
This commit is contained in:
parent
b5e46c12d6
commit
7f337201dd
@ -14,7 +14,7 @@ syn case match
|
||||
" 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\+\>/
|
||||
|
Loading…
x
Reference in New Issue
Block a user