diff options
Diffstat (limited to 'utils/vim/llvm.vim')
-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 df564113185..e3e462f9a2f 100644 --- a/utils/vim/llvm.vim +++ b/utils/vim/llvm.vim @@ -80,6 +80,7 @@ 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_LANG_[a-zA-Z0-9_]\+\>/ +syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/ " Syntax-highlight dejagnu test commands. syn match llvmSpecialComment /;\s*RUN:.*$/ |