Skip to content

Commit 516032b

Browse files
author
Lukas Pistrol
authored
Merge branch 'CodeEditApp:main' into chore/cache-dependencies
2 parents da93c9b + 1bff6a4 commit 516032b

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</a>
1313
</p>
1414

15-
An Xcode-inspired code editor view written in Swift powered by tree-sitter for [`CodeEdit`](https://github.com/CodeEditApp/CodeEdit). Features include syntax highlighting (based on the provided theme), code completion, find and replace, text diff, validation, current line highlighting, minimap, inline messages (warnings and errors), bracket matching, and more.
15+
An Xcode-inspired code editor view written in Swift powered by tree-sitter for [CodeEdit](https://github.com/CodeEditApp/CodeEdit). Features include syntax highlighting (based on the provided theme), code completion, find and replace, text diff, validation, current line highlighting, minimap, inline messages (warnings and errors), bracket matching, and more.
1616

1717
<img width="1012" alt="github-cover-CodeEditTextView" src="https://user-images.githubusercontent.com/806104/175662200-03db9e06-14b7-46ac-9cbd-07facb7bddb9.png">
1818

@@ -71,3 +71,23 @@ Special thanks to both [Marcin Krzyzanowski](https://twitter.com/krzyzanowskim)
7171
## License
7272

7373
Licensed under the [MIT license](https://github.com/CodeEditApp/CodeEdit/blob/main/LICENSE.md).
74+
75+
## Related Repositories
76+
77+
<table>
78+
<tr>
79+
<td align="center">
80+
<a href="https://github.com/CodeEditApp/CodeEdit">
81+
<img src="https://user-images.githubusercontent.com/806104/163099605-4eaedd33-8441-4125-9ca1-a7ccb2f62a74.png" height="128">
82+
<p>CodeEdit</p>
83+
</a>
84+
</td>
85+
<td align="center">
86+
<a href="https://github.com/CodeEditApp/CodeEditKit">
87+
<img src="https://user-images.githubusercontent.com/806104/193877051-c60d255d-0b6a-408c-bb21-6fabc5e0e60c.png" height="128">
88+
<p>CodeEditKit</p>
89+
</a>
90+
</td>
91+
</tr>
92+
</table>
93+

0 commit comments

Comments
 (0)