Skip to content

Commit 698d793

Browse files
committed
update readme
1 parent 6966e74 commit 698d793

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ A collection of `tree-sitter` languages for syntax highlighting.
2222

2323
## Overview
2424

25-
This package includes a binary framework `CodeLanguagesContainer.xcframework` which bundles all languages as a binary.
25+
This package includes a binary framework `CodeLanguagesContainer.xcframework` which bundles all `tree-sitter` languages in a single binary to greatly reduce SPM package resolution times.
2626

2727
The languages are then served as a `CodeLanguage`.
2828

29+
## SwiftTreeSitter
30+
31+
This package heavily depends on [SwiftTreeSitter](https://github.com/ChimeHQ/SwiftTreeSitter) by [Matt Massicotte](https://twitter.com/mattie).
32+
2933
## Documentation
3034

3135
The documentation including a guide on how to add support for new languages can be found **[here](https://codeeditapp.github.io/CodeEditLanguages/documentation/codeeditlanguages)**!

0 commit comments

Comments
 (0)