Skip to content

Commit ad219da

Browse files
committed
update docs
1 parent 59c3c56 commit ad219da

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@ public func query(for language: TreeSitterLanguage) -> Query? {
188188

189189
## Test it!
190190

191-
In order to test whether is working or not, add ``CodeEditTextView`` as a local dependency to `CodeEdit`.
191+
In order to test whether is working or not, add `CodeEditTextView` as a local dependency to `CodeEdit`.
192192

193-
In order to do that close ``CodeEditTextView`` in Xcode and open `CodeEdit`. Then inside `CodeEditModules` replace the `CodeEditTextView` dependency with:
193+
In order to do that close `CodeEditTextView` in Xcode and open `CodeEdit`. Then inside `CodeEditModules` replace the `CodeEditTextView` dependency with:
194194

195195
```swift
196196
.package(name: "CodeEditTextView", path: "/PATH/TO/CodeEditTextView")
@@ -202,7 +202,7 @@ When everything is working correctly push your `tree-sitter-{lang}` changes to `
202202

203203
> 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.
204204
205-
Now you can remove the local dependencies and replace it with the actual package URLs and submit a Pull Request for ``CodeEditTextView``.
205+
Now you can remove the local dependencies and replace it with the actual package URLs and submit a Pull Request for `CodeEditTextView`.
206206

207207
## Documentation
208208

Sources/CodeEditLanguages/Documentation.docc/Documentation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ This package includes a binary framework `CodeLanguagesContainer.xcframework` wh
99
The languages are then served as a ``CodeLanguage``.
1010

1111
## Topics
12+
13+
### Guides
14+
15+
- <doc:Add-Languages>

0 commit comments

Comments
 (0)