Skip to content

Commit 6966e74

Browse files
committed
add credits for SwiftTreeSitter
1 parent 381ed80 commit 6966e74

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Sources/CodeEditLanguages/Documentation.docc/Documentation.md

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

77
![logo](codeeditlanguages-logo)
88

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.
1010

1111
The languages are then served as a ``CodeLanguage``.
1212

13+
## SwiftTreeSitter
14+
15+
This package heavily depends on [SwiftTreeSitter](https://github.com/ChimeHQ/SwiftTreeSitter) by [Matt Massicotte](https://twitter.com/mattie).
16+
1317
## Topics
1418

1519
### Guides

Sources/CodeEditLanguages/Documentation.docc/Update-Languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update-Languages
22

3-
This article covers all the steps needed to update to the latest version of the `tree-sitter` languages
3+
This article covers all the steps needed to update to the latest version of the `tree-sitter` languages.
44

55
## Overview
66

0 commit comments

Comments
 (0)