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:
3b03395
)
Add `deplibs' keyword for specifying a list of dependent libraries
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 28 Sep 2004 21:45:54 +0000
(21:45 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 28 Sep 2004 21:45:54 +0000
(21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16557
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 619aa07fc1701b8b653dc7bd39dc0cec34deca45..2f3c859bac289b62e253d907534f05e25dc8e973 100644
(file)
--- a/
utils/vim/llvm.vim
+++ b/
utils/vim/llvm.vim
@@
-28,7
+28,7
@@
syn keyword llvmStatement begin end true false zeroinitializer
syn keyword llvmStatement declare global constant const
syn keyword llvmStatement internal uninitialized external implementation
syn keyword llvmStatement linkonce weak appending
-syn keyword llvmStatement null to except target endian pointersize
+syn keyword llvmStatement null to except target endian pointersize
deplibs
syn keyword llvmStatement big little volatile
"syn match llvmFunction /%[a-zA-Z\$._\-][a-zA-Z\$._\-0-9]*/