[Utils][vim] Highlight 'ptr' type

Differential Revision: https://reviews.llvm.org/D102460
This commit is contained in:
Tom Stellard 2021-05-13 20:54:04 -07:00
parent 8a23f74eb7
commit b6f983dd84
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ syn case match
" benefit as much from having dedicated highlighting rules.
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 type label opaque token
syn keyword llvmType type label opaque token ptr
syn match llvmType /\<i\d\+\>/
" Instructions.