Skip to content

Commit cb9f468

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-rebranch
2 parents 1bb463b + 5b297bc commit cb9f468

File tree

8 files changed

+64
-1
lines changed

8 files changed

+64
-1
lines changed

utils/vim/ftdetect/sil.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
19
au BufNewFile,BufRead *.sil set ft=sil

utils/vim/ftdetect/swift.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
19
au BufNewFile,BufRead *.swift set ft=swift

utils/vim/ftdetect/swiftgyb.vim

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
au BufNewFile,BufRead *.swift.gyb set ft=swiftgyb
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
28

9+
au BufNewFile,BufRead *.swift.gyb set ft=swiftgyb

utils/vim/ftplugin/swift.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
19
setlocal comments=s1:/*,mb:*,ex:*/,:///,://
210
setlocal expandtab
311
setlocal ts=2

utils/vim/ftplugin/swiftgyb.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
19
runtime! ftplugin/swift.vim

utils/vim/syntax/sil.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
"
19
" Vim syntax file
210
" Language: sil
311

utils/vim/syntax/swift.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
"
19
" Vim syntax file
210
" Language: swift
311
" Maintainer: Joe Groff <[email protected]>

utils/vim/syntax/swiftgyb.vim

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
" This source file is part of the Swift.org open source project
2+
"
3+
" Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4+
" Licensed under Apache License v2.0 with Runtime Library Exception
5+
"
6+
" See https://swift.org/LICENSE.txt for license information
7+
" See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
"
19
" Vim syntax file
210
" Language: gyb on swift
311

0 commit comments

Comments
 (0)