summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim/syntax/llvm.vim
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2018-03-21 23:46:09 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2018-03-21 23:46:09 +0000
commit598f3a499d1ebaa961113a63e325c3e330f9e3d8 (patch)
tree0781ee807db4e6c15690e2c540885eade79ac1a5 /llvm/utils/vim/syntax/llvm.vim
parentfd94eee3b9685bbc31585624e87fc786f290b117 (diff)
downloadbcm5719-llvm-598f3a499d1ebaa961113a63e325c3e330f9e3d8.tar.gz
bcm5719-llvm-598f3a499d1ebaa961113a63e325c3e330f9e3d8.zip
vim: add `dso_local` and `dso_preemptable` keywords
Support the new keywords introduced in SVN r316668. llvm-svn: 328170
Diffstat (limited to 'llvm/utils/vim/syntax/llvm.vim')
-rw-r--r--llvm/utils/vim/syntax/llvm.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim
index 4d0055e75db..fa59ee0a2b7 100644
--- a/llvm/utils/vim/syntax/llvm.vim
+++ b/llvm/utils/vim/syntax/llvm.vim
@@ -75,6 +75,8 @@ syn keyword llvmKeyword
\ distinct
\ dllexport
\ dllimport
+ \ dso_local
+ \ dso_preemptable
\ except
\ external
\ externally_initialized
OpenPOWER on IntegriCloud