From 427aeb3ad2306bbf32afa1ebfdb8587767b40c00 Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Wed, 27 Feb 2019 00:12:11 +0000 Subject: vim: `swiftself` is an attribute Highlight the `swiftself` attribute on parameters. llvm-svn: 354934 --- llvm/utils/vim/syntax/llvm.vim | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3