[llvm-commits] [llvm] r156080 - /llvm/trunk/utils/vim/llvm.vim
Owen Anderson
resistor at mac.com
Thu May 3 10:24:12 PDT 2012
Author: resistor
Date: Thu May 3 12:24:12 2012
New Revision: 156080
URL: http://llvm.org/viewvc/llvm-project?rev=156080&view=rev
Log:
Add the half type to the LLVM IR vim syntax highlighting.
Modified:
llvm/trunk/utils/vim/llvm.vim
Modified: llvm/trunk/utils/vim/llvm.vim
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/vim/llvm.vim?rev=156080&r1=156079&r2=156080&view=diff
==============================================================================
--- llvm/trunk/utils/vim/llvm.vim (original)
+++ llvm/trunk/utils/vim/llvm.vim Thu May 3 12:24:12 2012
@@ -14,7 +14,7 @@
" Types.
" Types also include struct, array, vector, etc. but these don't
" benefit as much from having dedicated highlighting rules.
-syn keyword llvmType void float double
+syn keyword llvmType void float double half
syn keyword llvmType x86_fp80 fp128 ppc_fp128
syn keyword llvmType type label opaque
syn match llvmType /\<i\d\+\>/
More information about the llvm-commits
mailing list