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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,14 @@ A collection of `tree-sitter` languages for syntax highlighting.
22
22
23
23
## Overview
24
24
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.
26
26
27
27
The languages are then served as a `CodeLanguage`.
28
28
29
+
## SwiftTreeSitter
30
+
31
+
This package heavily depends on [SwiftTreeSitter](https://github.com/ChimeHQ/SwiftTreeSitter) by [Matt Massicotte](https://twitter.com/mattie).
32
+
29
33
## Documentation
30
34
31
35
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