summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2012-05-03 17:24:12 +0000
committerOwen Anderson <resistor@mac.com>2012-05-03 17:24:12 +0000
commitfe346cd24fcf05921adfb8c278b012ddbf324791 (patch)
treea2f768674a70fd5e5adec2dc40e99d4f6f9c0b1d /llvm/utils/vim
parentf91fb400b3739ff956b953a83b1d0c8ff7228eb4 (diff)
downloadbcm5719-llvm-fe346cd24fcf05921adfb8c278b012ddbf324791.tar.gz
bcm5719-llvm-fe346cd24fcf05921adfb8c278b012ddbf324791.zip
Add the half type to the LLVM IR vim syntax highlighting.
llvm-svn: 156080
Diffstat (limited to 'llvm/utils/vim')
-rw-r--r--llvm/utils/vim/llvm.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/vim/llvm.vim b/llvm/utils/vim/llvm.vim
index c9ee28e5b23..9cd483d1479 100644
--- a/llvm/utils/vim/llvm.vim
+++ b/llvm/utils/vim/llvm.vim
@@ -14,7 +14,7 @@ syn case match
" 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\+\>/
OpenPOWER on IntegriCloud