projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a23f74
)
[Utils][vim] Highlight 'ptr' type
author
Tom Stellard
<tstellar@redhat.com>
Fri, 14 May 2021 03:54:04 +0000
(20:54 -0700)
committer
Tom Stellard
<tstellar@redhat.com>
Thu, 10 Jun 2021 04:39:51 +0000
(21:39 -0700)
Differential Revision: https://reviews.llvm.org/
D102460
llvm/utils/vim/syntax/llvm.vim
patch
|
blob
|
history
diff --git
a/llvm/utils/vim/syntax/llvm.vim
b/llvm/utils/vim/syntax/llvm.vim
index 7d0accc922ae821a9928283fd0b754511dcfd223..00f5413bb8ee6249f8d0c2705cdb4e14072e569a 100644
(file)
--- 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 /\<i\d\+\>/
" Instructions.