Skip to content

Commit a7a181f

Browse files
Update Documentation
1 parent 1a6e32c commit a7a181f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/CodeEditSourceEditor/Documentation.docc/Documentation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ``SourceEditor``
1+
# ``CodeEditSourceEditor``
22

33
A code editor with syntax highlighting powered by tree-sitter.
44

@@ -35,7 +35,8 @@ Licensed under the [MIT license](https://github.com/CodeEditApp/CodeEdit/blob/ma
3535
### Text View
3636

3737
- ``SourceEditor`` The SwiftUI API for the source editor.
38-
- ``SourceEditorConfiguration`` Customize the source editor's behavior, layout, appearance, etc.
38+
- ``SourceEditorConfiguration`` Customize the source editor's behavior, layout, appearance, and more.
39+
- ``SourceEditorState`` Listen to the current state of the editor. Cursor positions, scroll positions, and more.
3940
- ``TextViewController`` The AppKit view controller for the source editor.
4041
- ``GutterView`` A view used to display line numbers and folding regions.
4142

0 commit comments

Comments
 (0)