diff options
author | Owen Anderson <resistor@mac.com> | 2012-05-03 17:24:12 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2012-05-03 17:24:12 +0000 |
commit | fe346cd24fcf05921adfb8c278b012ddbf324791 (patch) | |
tree | a2f768674a70fd5e5adec2dc40e99d4f6f9c0b1d | |
parent | f91fb400b3739ff956b953a83b1d0c8ff7228eb4 (diff) | |
download | bcm5719-llvm-fe346cd24fcf05921adfb8c278b012ddbf324791.tar.gz bcm5719-llvm-fe346cd24fcf05921adfb8c278b012ddbf324791.zip |
Add the half type to the LLVM IR vim syntax highlighting.
llvm-svn: 156080
-rw-r--r-- | llvm/utils/vim/llvm.vim | 2 |
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\+\>/ |