From aa6414511930935650251cd68af34dca8dc5d38f Mon Sep 17 00:00:00 2001 From: Manuel Jacob Date: Mon, 28 Dec 2015 19:51:04 +0000 Subject: [PATCH] [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 --- utils/vim/syntax/llvm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1