forked from OSchip/llvm-project
[Utils][vim] Highlight 'ptr' type
Differential Revision: https://reviews.llvm.org/D102460
This commit is contained in:
parent
8a23f74eb7
commit
b6f983dd84
|
@ -16,7 +16,7 @@ syn case match
|
||||||
" benefit as much from having dedicated highlighting rules.
|
" benefit as much from having dedicated highlighting rules.
|
||||||
syn keyword llvmType void half bfloat 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 x86_amx
|
syn keyword llvmType label metadata x86_mmx x86_amx
|
||||||
syn keyword llvmType type label opaque token
|
syn keyword llvmType type label opaque token ptr
|
||||||
syn match llvmType /\<i\d\+\>/
|
syn match llvmType /\<i\d\+\>/
|
||||||
|
|
||||||
" Instructions.
|
" Instructions.
|
||||||
|
|
Loading…
Reference in New Issue