[vim] Add token type to Vim syntax file.
authorManuel Jacob <me@manueljacob.de>
Mon, 28 Dec 2015 19:51:04 +0000 (19:51 +0000)
committerManuel Jacob <me@manueljacob.de>
Mon, 28 Dec 2015 19:51:04 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256512 91177308-0d34-0410-b5e6-96231b3b80d8

utils/vim/syntax/llvm.vim

index 422b0971ac8db477e90fed7622ee627f91272e9e..25a8a5cd1adeb392772c67d2822756f9c2cc9d73 100644 (file)
@@ -16,7 +16,7 @@ syn case match
 " benefit as much from having dedicated highlighting rules.
 syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
 syn keyword llvmType label metadata x86_mmx
-syn keyword llvmType type label opaque
+syn keyword llvmType type label opaque token
 syn match   llvmType /\<i\d\+\>/
 
 " Instructions.