We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143144 commit 32a7756Copy full SHA for 32a7756
Sources/CodeEditSourceEditor/TreeSitter/TreeSitterClient+Query.swift
@@ -12,7 +12,7 @@ import SwiftTreeSitter
12
// Functions for querying and navigating the tree-sitter node tree. These functions should throw if not able to be
13
// performed asynchronously as (currently) any editing tasks that would use these must be performed synchronously.
14
15
-public extension TreeSitterClient {
+extension TreeSitterClient {
16
public struct NodeResult {
17
let id: TreeSitterLanguage
18
let language: Language
0 commit comments