summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim/llvm.vim
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:21:25 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-13 01:21:25 +0000
commitaece2dc3f574fb7390e3e23b21eef5387dd8e716 (patch)
treee4b0a3978de4012cf8fb0662e34ae5afc50bfe4a /llvm/utils/vim/llvm.vim
parent171d077ae44a4a16d12f32db0c3cb100864949c7 (diff)
downloadbcm5719-llvm-aece2dc3f574fb7390e3e23b21eef5387dd8e716.tar.gz
bcm5719-llvm-aece2dc3f574fb7390e3e23b21eef5387dd8e716.zip
AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang'
llvm-svn: 229010
Diffstat (limited to 'llvm/utils/vim/llvm.vim')
-rw-r--r--llvm/utils/vim/llvm.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/vim/llvm.vim b/llvm/utils/vim/llvm.vim
index 6f32864ed3d..df564113185 100644
--- a/llvm/utils/vim/llvm.vim
+++ b/llvm/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_LANG_[a-zA-Z0-9_]\+\>/
" Syntax-highlight dejagnu test commands.
syn match llvmSpecialComment /;\s*RUN:.*$/
OpenPOWER on IntegriCloud