projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1b46f9
)
Add the private keyword to the VIM syntax highlighting.
author
Dan Gohman
<gohman@apple.com>
Fri, 17 Jul 2009 01:06:53 +0000
(
01:06
+0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 17 Jul 2009 01:06:53 +0000
(
01:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76134
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/vim/llvm.vim
patch
|
blob
|
history
diff --git
a/utils/vim/llvm.vim
b/utils/vim/llvm.vim
index b4104f9dfe6146602c751e0df7997cb68a304681..d70e651dc853ace8401e4b04dc5590643badca7e 100644
(file)
--- a/
utils/vim/llvm.vim
+++ b/
utils/vim/llvm.vim
@@
-40,7
+40,7
@@
syn keyword llvmStatement extractvalue insertvalue
" Keywords.
syn keyword llvmKeyword define declare global constant
-syn keyword llvmKeyword internal external
+syn keyword llvmKeyword internal external
private
syn keyword llvmKeyword linkonce linkonce_odr weak weak_odr appending
syn keyword llvmKeyword common extern_weak
syn keyword llvmKeyword thread_local dllimport dllexport