1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

vim: add bfloat keyword

Highlight the `bfloat` type introduced in D78190.
This commit is contained in:
Cullen Rhodes 2020-06-18 16:42:22 +00:00
parent edf99b5e43
commit 87b0a8da93

View File

@ -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 half float double x86_fp80 fp128 ppc_fp128
syn keyword llvmType void half bfloat float double x86_fp80 fp128 ppc_fp128
syn keyword llvmType label metadata x86_mmx
syn keyword llvmType type label opaque token
syn match llvmType /\<i\d\+\>/