[llvm] r354934 - vim: `swiftself` is an attribute
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 16:12:11 PST 2019
Author: compnerd
Date: Tue Feb 26 16:12:11 2019
New Revision: 354934
URL: http://llvm.org/viewvc/llvm-project?rev=354934&view=rev
Log:
vim: `swiftself` is an attribute
Highlight the `swiftself` attribute on parameters.
Modified:
llvm/trunk/utils/vim/syntax/llvm.vim
Modified: llvm/trunk/utils/vim/syntax/llvm.vim
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/vim/syntax/llvm.vim?rev=354934&r1=354933&r2=354934&view=diff
==============================================================================
--- llvm/trunk/utils/vim/syntax/llvm.vim (original)
+++ llvm/trunk/utils/vim/syntax/llvm.vim Tue Feb 26 16:12:11 2019
@@ -148,6 +148,7 @@ syn keyword llvmKeyword
\ sspstrong
\ strictfp
\ swiftcc
+ \ swiftself
\ tail
\ target
\ thread_local
More information about the llvm-commits
mailing list