diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-02-27 00:12:11 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-02-27 00:12:11 +0000 |
commit | 427aeb3ad2306bbf32afa1ebfdb8587767b40c00 (patch) | |
tree | 87fb4de50bcbd09d15bdcfa1580fd33ac3a85859 /llvm | |
parent | bee015efb5ff0864884f7a17cb79373808e1958f (diff) | |
download | bcm5719-llvm-427aeb3ad2306bbf32afa1ebfdb8587767b40c00.tar.gz bcm5719-llvm-427aeb3ad2306bbf32afa1ebfdb8587767b40c00.zip |
vim: `swiftself` is an attribute
Highlight the `swiftself` attribute on parameters.
llvm-svn: 354934
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/vim/syntax/llvm.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim index 56eb1b19826..1a060ab6514 100644 --- a/llvm/utils/vim/syntax/llvm.vim +++ b/llvm/utils/vim/syntax/llvm.vim @@ -148,6 +148,7 @@ syn keyword llvmKeyword \ sspstrong \ strictfp \ swiftcc + \ swiftself \ tail \ target \ thread_local |