Skip to content

Commit 76e217e

Browse files
committed
added references in documentation catalog
1 parent f2b8764 commit 76e217e

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

Sources/CodeEditTextView/Documentation.docc/Add-Languages.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,7 @@ When everything is working correctly push your `tree-sitter-{lang}` changes to `
204204
> Take [this PR description](https://github.com/tree-sitter/tree-sitter-javascript/pull/223) as a template and cross-reference it with your Pull Request.
205205
206206
Now you can remove the local dependencies and replace it with the actual package URLs and submit a Pull Request for ``CodeEditTextView``.
207+
208+
## Documentation
209+
210+
Please make sure to add the newly created properties to the documentation `*.md` files.

Sources/CodeEditTextView/Documentation.docc/CodeLanguage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ let language = CodeLanguage.detectLanguageFrom(url: fileURL)
3737
- Rust
3838
- Swift
3939
- YAML
40+
- Zig
4041

4142
## Topics
4243

@@ -77,6 +78,7 @@ let language = CodeLanguage.detectLanguageFrom(url: fileURL)
7778
- ``rust``
7879
- ``swift``
7980
- ``yaml``
81+
- ``zig``
8082

8183
### Type Methods
8284

Sources/CodeEditTextView/Documentation.docc/TreeSitterModel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ let query = TreeSitterModel.shared.swiftQuery
5050
- ``rustQuery``
5151
- ``swiftQuery``
5252
- ``yamlQuery``
53+
- ``zigQuery``

0 commit comments

Comments
 (0)