We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
STTextView
1 parent f29a26e commit b0704c9Copy full SHA for b0704c9
1 file changed
Package.swift
@@ -13,9 +13,7 @@ let package = Package(
13
],
14
dependencies: [
15
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
16
-// .package(url: "https://github.com/krzyzanowskim/STTextView", branch: "main"),
17
- .package(url: "https://github.com/krzyzanowskim/STTextView",
18
- revision: "c4f3d18da9e9c3660cf4d6660c34fa887dd1b852"),
+ .package(url: "https://github.com/krzyzanowskim/STTextView", branch: "main"),
19
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.6.0"),
20
.package(url: "https://github.com/lukepistrol/tree-sitter-bash.git", branch: "feature/spm"),
21
.package(url: "https://github.com/tree-sitter/tree-sitter-c.git", branch: "master"),
0 commit comments