aboutsummaryrefslogtreecommitdiffstats
path: root/utils/vim
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-06 06:07:34 +0000
committerChris Lattner <sabre@nondot.org>2005-05-06 06:07:34 +0000
commit653488d1660c2d43ca7efc3f2a81c83d903d1e7f (patch)
treea4de6dcbe97bbd81f5501261601a78cbd2322a57 /utils/vim
parent47968e4dfd849b83a7eb958611c994e6b500998c (diff)
downloadexternal_llvm-653488d1660c2d43ca7efc3f2a81c83d903d1e7f.zip
external_llvm-653488d1660c2d43ca7efc3f2a81c83d903d1e7f.tar.gz
external_llvm-653488d1660c2d43ca7efc3f2a81c83d903d1e7f.tar.bz2
Hilight tail
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/llvm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/vim/llvm.vim b/utils/vim/llvm.vim
index 8088600..3fc2476 100644
--- a/utils/vim/llvm.vim
+++ b/utils/vim/llvm.vim
@@ -20,7 +20,7 @@ syn keyword llvmStatement add sub mul div rem
syn keyword llvmStatement and or xor
syn keyword llvmStatement setne seteq setlt setgt setle setge
-syn keyword llvmStatement phi call cast to select shl shr vaarg vanext
+syn keyword llvmStatement phi tail call cast to select shl shr vaarg vanext
syn keyword llvmStatement ret br switch invoke unwind unreachable
syn keyword llvmStatement malloc alloca free load store getelementptr