diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-13 01:42:09 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-02-13 01:42:09 +0000 |
commit | a034e076c2aef0be2c816fbe5342f1f0d5798352 (patch) | |
tree | b20648dab0d4003a80f898d7a2fcfa3fe4030e78 /utils | |
parent | a342d827bd3e42a82881d04e9b130792669bc1b0 (diff) |
AsmWriter/Bitcode: MDExpression
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/vim/llvm.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/vim/llvm.vim b/utils/vim/llvm.vim index e3e462f9a2f..6b4b8bbd12b 100644 --- a/utils/vim/llvm.vim +++ b/utils/vim/llvm.vim @@ -79,6 +79,7 @@ syn match llvmIdentifier /![-a-zA-Z$._][-a-zA-Z$._0-9]*\ze\s*[=!]/ syn match llvmType /!\zs\a\+\ze\s*(/ syn match llvmConstant /\<DW_TAG_[a-z_]\+\>/ syn match llvmConstant /\<DW_ATE_[a-zA-Z_]\+\>/ +syn match llvmConstant /\<DW_OP_[a-zA-Z0-9_]\+\>/ syn match llvmConstant /\<DW_LANG_[a-zA-Z0-9_]\+\>/ syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/ |