You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
192
192
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:
@@ -202,7 +202,7 @@ When everything is working correctly push your `tree-sitter-{lang}` changes to `
202
202
203
203
> 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.
204
204
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`.
0 commit comments