diff options
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_]\+\>/ |