[llvm] r256512 - [vim] Add token type to Vim syntax file.

Manuel Jacob via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 11:51:04 PST 2015


Author: mjacob
Date: Mon Dec 28 13:51:04 2015
New Revision: 256512

URL: http://llvm.org/viewvc/llvm-project?rev=256512&view=rev
Log:
[vim] Add token type to Vim syntax file.

Modified:
    llvm/trunk/utils/vim/syntax/llvm.vim

Modified: llvm/trunk/utils/vim/syntax/llvm.vim
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/vim/syntax/llvm.vim?rev=256512&r1=256511&r2=256512&view=diff
==============================================================================
--- llvm/trunk/utils/vim/syntax/llvm.vim (original)
+++ llvm/trunk/utils/vim/syntax/llvm.vim Mon Dec 28 13:51:04 2015
@@ -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.




More information about the llvm-commits mailing list