vim: add `dso_local` and `dso_preemptable` keywords
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 21 Mar 2018 23:46:09 +0000 (23:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 21 Mar 2018 23:46:09 +0000 (23:46 +0000)
Support the new keywords introduced in SVN r316668.

llvm-svn: 328170

llvm/utils/vim/syntax/llvm.vim

index 4d0055e..fa59ee0 100644 (file)
@@ -75,6 +75,8 @@ syn keyword llvmKeyword
       \ distinct
       \ dllexport
       \ dllimport
+      \ dso_local
+      \ dso_preemptable
       \ except
       \ external
       \ externally_initialized