mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
[Utils][vim] Highlight 'ptr' type
Differential Revision: https://reviews.llvm.org/D102460
This commit is contained in:
parent
0c72329384
commit
71c9962122
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user