Skip to content

Commit 32a7756

Browse files
Small update
1 parent a143144 commit 32a7756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/TreeSitter/TreeSitterClient+Query.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import SwiftTreeSitter
1212
// Functions for querying and navigating the tree-sitter node tree. These functions should throw if not able to be
1313
// performed asynchronously as (currently) any editing tasks that would use these must be performed synchronously.
1414

15-
public extension TreeSitterClient {
15+
extension TreeSitterClient {
1616
public struct NodeResult {
1717
let id: TreeSitterLanguage
1818
let language: Language

0 commit comments

Comments
 (0)