[vim] Add token type to Vim syntax file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256512 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Manuel Jacob 2015-12-28 19:51:04 +00:00
parent 5fb72b3250
commit aa64145119

View 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.