mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #1064 from practicalswift/add-swift-marker
[gardening] Add "-*- swift -*-" to *.swift.gyb. Remove from *.swift.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//===--- LoggingWrappers.swift --------------------------------------------===//
|
||||
//===--- LoggingWrappers.swift.gyb ----------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- NSValue.swift - Bridging things in NSValue -----------*- swift -*-===//
|
||||
//===--- NSValue.swift - Bridging things in NSValue -----------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- CollectionAlgorithms.swift.gyb -----------------------------------===//
|
||||
//===--- CollectionAlgorithms.swift.gyb -----------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- ExistentialCollection.swift.gyb ----------------------------------===//
|
||||
//===--- ExistentialCollection.swift.gyb ----------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Filter.swift -----------------------------------------*- swift -*-===//
|
||||
//===--- Filter.swift -----------------------------------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Flatten.swift.gyb ------------------------------------------------===//
|
||||
//===--- Flatten.swift.gyb ------------------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- LazyCollection.swift ---------------------------------*- swift -*-===//
|
||||
//===--- LazyCollection.swift ---------------------------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Map.swift - Lazily map over a SequenceType -----------*- swift -*-===//
|
||||
//===--- Map.swift - Lazily map over a SequenceType -----------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Range.swift ------------------------------------------*- swift -*-===//
|
||||
//===--- Range.swift ------------------------------------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- RangeReplaceableCollectionType.swift -----------------*- swift -*-===//
|
||||
//===--- RangeReplaceableCollectionType.swift -----------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Reverse.swift - Lazy sequence reversal ---------------*- swift -*-===//
|
||||
//===--- Reverse.swift - Lazy sequence reversal ---------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- SequenceAlgorithms.swift.gyb -------------------------------------===//
|
||||
//===--- SequenceAlgorithms.swift.gyb -------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- BridgeStorage.swift.gyb ------------------------------------------===//
|
||||
//===--- BridgeStorage.swift.gyb ------------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Index.swift - tests for Index types and operations ---------------===//
|
||||
//===--- Index.swift.gyb - tests for Index types and operations -----------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- InputStream.swift.gyb --------------------------------------------===//
|
||||
//===--- InputStream.swift.gyb --------------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%# -*- mode: swift -*-
|
||||
//===--- NewArray.swift ---------------------------------------------------===//
|
||||
//===--- NewArray.swift.gyb -----------------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- NumericParsing.swift.gyb -----------------------------------------===//
|
||||
//===--- NumericParsing.swift.gyb -----------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
//===--- Integers.swift.gyb -----------------------------------------------===//
|
||||
//===--- Integers.swift.gyb -----------------------------------*- swift -*-===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -142,7 +142,7 @@ public extension SequenceType
|
||||
}
|
||||
}
|
||||
|
||||
//===--- LazyCollection.swift ---------------------------------*- swift -*-===//
|
||||
//===--- LazyCollection.swift ---------------------------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
@@ -143,7 +143,7 @@ public extension SequenceType
|
||||
}
|
||||
}
|
||||
|
||||
//===--- LazyCollection.swift ---------------------------------*- swift -*-===//
|
||||
//===--- LazyCollection.swift ---------------------------------------------===//
|
||||
//
|
||||
// This source file is part of the Swift.org open source project
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user