forked from OSchip/llvm-project
vim: add `dso_local` and `dso_preemptable` keywords
Support the new keywords introduced in SVN r316668. llvm-svn: 328170
This commit is contained in:
parent
fd94eee3b9
commit
598f3a499d
|
@ -75,6 +75,8 @@ syn keyword llvmKeyword
|
|||
\ distinct
|
||||
\ dllexport
|
||||
\ dllimport
|
||||
\ dso_local
|
||||
\ dso_preemptable
|
||||
\ except
|
||||
\ external
|
||||
\ externally_initialized
|
||||
|
|
Loading…
Reference in New Issue