From: Manuel Jacob Date: Mon, 28 Dec 2015 19:51:04 +0000 (+0000) Subject: [vim] Add token type to Vim syntax file. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aa6414511930935650251cd68af34dca8dc5d38f;p=oota-llvm.git [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 --- diff --git a/utils/vim/syntax/llvm.vim b/utils/vim/syntax/llvm.vim index 422b0971ac8..25a8a5cd1ad 100644 --- a/utils/vim/syntax/llvm.vim +++ b/utils/vim/syntax/llvm.vim @@ -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 /\/ " Instructions.