vim: add `dso_local` and `dso_preemptable` keywords

Support the new keywords introduced in SVN r316668.

llvm-svn: 328170
This commit is contained in:
Saleem Abdulrasool 2018-03-21 23:46:09 +00:00
parent fd94eee3b9
commit 598f3a499d
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ syn keyword llvmKeyword
\ distinct
\ dllexport
\ dllimport
\ dso_local
\ dso_preemptable
\ except
\ external
\ externally_initialized