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: Sources/CodeEditLanguages/Documentation.docc/Documentation.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
@@ -6,10 +6,14 @@ A collection of `tree-sitter` languages for syntax highlighting.
6
6
7
7

8
8
9
-
This package includes a binary framework `CodeLanguagesContainer.xcframework` which bundles all languages as a binary.
9
+
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.
10
10
11
11
The languages are then served as a ``CodeLanguage``.
12
12
13
+
## SwiftTreeSitter
14
+
15
+
This package heavily depends on [SwiftTreeSitter](https://github.com/ChimeHQ/SwiftTreeSitter) by [Matt Massicotte](https://twitter.com/mattie).
0 commit comments