From b6f983dd842e773cf045a96744f595aa5ce7af9d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 13 May 2021 20:54:04 -0700 Subject: [PATCH] [Utils][vim] Highlight 'ptr' type Differential Revision: https://reviews.llvm.org/D102460 --- llvm/utils/vim/syntax/llvm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim index 7d0accc..00f5413 100644 --- a/llvm/utils/vim/syntax/llvm.vim +++ b/llvm/utils/vim/syntax/llvm.vim @@ -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 /\/ " Instructions. -- 2.7.4