Add the private keyword to the VIM syntax highlighting.
authorDan Gohman <gohman@apple.com>
Fri, 17 Jul 2009 01:06:53 +0000 (01:06 +0000)
committerDan 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

index b4104f9dfe6146602c751e0df7997cb68a304681..d70e651dc853ace8401e4b04dc5590643badca7e 100644 (file)
@@ -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