Add the private keyword to the VIM syntax highlighting.

llvm-svn: 76134
This commit is contained in:
Dan Gohman 2009-07-17 01:06:53 +00:00
parent 48871a2880
commit 32c5428590
1 changed files with 1 additions and 1 deletions

View 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