Skip to content

Commit 071930b

Browse files
committed
update docs
1 parent 3e5094f commit 071930b

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,7 @@ 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`.
192-
193-
In order to do that close `CodeEditTextView` in Xcode and open `CodeEdit`. Then inside `CodeEditModules` replace the `CodeEditTextView` dependency with:
194-
195-
```swift
196-
.package(name: "CodeEditTextView", path: "/PATH/TO/CodeEditTextView")
197-
```
198-
199-
After that, you may need to reset packages caches but then it should compile and run.
191+
Make sure to test the newly created language in a sample project!
200192

201193
When everything is working correctly push your `tree-sitter-{lang}` changes to `origin` and also create a Pull Request to the official repository.
202194

0 commit comments

Comments
 (0)