Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream changes #4

Merged
merged 77 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
a9a5bb8
Fixes SwiftLint warnings (#298)
simonbs Jul 9, 2023
5cedc9e
Fixes issue where text preview's attributed string was empty (#297)
simonbs Jul 9, 2023
5f8daee
Compiles for visionOS
simonbs Jul 9, 2023
b4312c7
Fixes typo
simonbs Jul 9, 2023
8392444
Removes lengthOfInitallyLongestLine
simonbs Jul 9, 2023
31774d6
Adds lengthOfLongestLine
simonbs Jul 9, 2023
c39a110
Merge branch 'enhancement/textviewstate-lengthoflongestline' into lab…
simonbs Jul 9, 2023
8854af3
Replaces TextView.lengthOfInitallyLongestLine with TextViewState.leng…
simonbs Jul 9, 2023
c04fdf7
Merge branch 'main' into lab/visionos
simonbs Jul 9, 2023
5bb9f9b
Modernizes GitHub Actions workflows (#301)
simonbs Jul 15, 2023
60fc8f7
Removed Tree-Sitter from Runestone itself (#296)
ActuallyTaylor Jul 15, 2023
42e9f0a
Merge branch 'main' into lab/visionos
simonbs Jul 15, 2023
553aea4
Fixes invalid UI Tests workflow (#302)
simonbs Jul 15, 2023
b69c4b1
Adds link to Mastodon in README.md (#303)
simonbs Jul 15, 2023
ffc09f7
Adds CodeQL badge to README (#304)
simonbs Jul 15, 2023
80ebba1
Merge branch 'main' into lab/visionos
simonbs Jul 15, 2023
00dee9f
Pins against fork of Tree-sitter (#306)
simonbs Jul 17, 2023
7f2f6fc
Update .spi.yml (#305)
finestructure Jul 17, 2023
d6f80cb
Add back version property (#307)
finestructure Jul 18, 2023
825d93a
Merge branch 'main' into lab/visionos
simonbs Jul 18, 2023
312e129
Revert back to default Swift version for doc building (#308)
finestructure Jul 18, 2023
d21f4f2
Adds Dependabot (#309)
simonbs Aug 2, 2023
ca857b6
Improves formatting
simonbs Aug 16, 2023
9600df5
Removes compiler version checks from 2022
simonbs Aug 16, 2023
78dafa8
Adds visionOS to example project
simonbs Aug 16, 2023
5143aab
Removes inputAccessoryView on visionOS
simonbs Aug 16, 2023
dd0f275
Improves formatting
simonbs Aug 16, 2023
b11525f
Makes BasicCharacterPair a struct rather than a class
simonbs Aug 16, 2023
9277498
Fixes SwiftLint error (#315)
simonbs Sep 24, 2023
0ba9b6c
Workflows uses Xcode 15 (#316)
simonbs Sep 24, 2023
4a565b5
Adds workaround for caret not appearing on iOS 17 (#314)
simonbs Sep 24, 2023
a3d526b
Fixes cursor hidden when marking text (#317)
simonbs Sep 24, 2023
0ebbd66
Removes compiler version checks (#318)
simonbs Sep 24, 2023
5035b8c
Add C/C++ CodeQL language to matrix (#321)
eliperkins Nov 3, 2023
c71b180
Fixes SwiftLint warnings (#325)
simonbs Nov 28, 2023
a9e6942
Fixes workflows building app (#326)
simonbs Nov 28, 2023
b104020
Uses tree-sitter v0.20.9-beta-2 from fork (#327)
simonbs Nov 29, 2023
64aecb2
Configure matrix for testing against Xcode 14 and 15 (#328)
eliperkins Nov 30, 2023
688fa07
Enable backwards compatibility when compiling with Xcode 14 (#329)
eliperkins Nov 30, 2023
a55d05d
Merge branch 'main' into lab/visionos
simonbs Jan 10, 2024
785792b
Removes unused property
simonbs Jan 10, 2024
8b3a4f4
Removes trailing whitespace
simonbs Jan 10, 2024
c910fd6
Replaces occurrence of xrOS
simonbs Jan 10, 2024
2caec25
Removes inputAccessoryView from visionOS
simonbs Jan 10, 2024
f3f36a4
Removes inputAssistantItem from visionOS
simonbs Jan 10, 2024
8c6a5c6
Improves example for visionOS
simonbs Jan 10, 2024
5efb26f
Uses tree-sitter 0.20.9 (#337)
simonbs Feb 14, 2024
d867010
Uses HTTPS instead of SSH
simonbs Feb 14, 2024
82e3894
Uses HTTPS instead of SSH
simonbs Feb 14, 2024
bfe2032
Checks compiler version
simonbs Feb 14, 2024
3016aac
Updates dependencies in example project
simonbs Feb 14, 2024
fed0a76
Merge branch 'main' of github.com:simonbs/Runestone
simonbs Feb 14, 2024
85c308b
Updates workflows (#339)
simonbs Feb 14, 2024
87f3ec4
Updates CodeQL action (#341)
simonbs Feb 17, 2024
872b18c
Update build_and_test.yml (#342)
simonbs Feb 17, 2024
8dfc91d
Update swiftlint.yml (#343)
simonbs Feb 17, 2024
ccd79c9
Updates Deploy Documentation workflow (#344)
simonbs Feb 17, 2024
ed728a3
Removes UI Tests status badge (#345)
simonbs Feb 17, 2024
bc42255
Updates Build Example Project workflow (#346)
simonbs Feb 17, 2024
1b339d2
Update ui_tests.yml
simonbs Feb 23, 2024
59c03c4
Builds example project when Runestone changes
simonbs Feb 23, 2024
3f5834c
Workflows check for file changes (#349)
simonbs Feb 23, 2024
b8f5546
Adds workflow that builds documentation (#350)
simonbs Feb 23, 2024
cbc3ae0
Fixes navigation between word boundaries (#348)
simonbs Feb 23, 2024
1884b67
Adds missing status badges (#351)
simonbs Feb 23, 2024
bea2798
No longer uses system colors (#352)
simonbs Feb 28, 2024
51a2e82
Removes launch screen (#353)
simonbs Feb 28, 2024
5540387
Only allows patches of Tree-sitter dependency (#354)
simonbs Feb 28, 2024
9ba5a1f
Adds privacy report (#358)
simonbs Mar 16, 2024
392e97f
Adds DefaultStringAttributes (#359)
simonbs Mar 16, 2024
e21d5ac
Adds TabWidthMeasurer (#360)
simonbs Mar 16, 2024
c09a14f
Removes lineHeightMultiplier from DefaultStringAttributes (#361)
simonbs Mar 16, 2024
ed2f83f
Adds default tab stops (#362)
simonbs Mar 16, 2024
78983bc
Setting selectedRange updates caret position (#364)
simonbs Mar 17, 2024
9a48654
Adds StringSyntaxHighlighter (#363)
simonbs Mar 23, 2024
364a0f4
Merging main into SwiftUI branch
nighthawk Apr 3, 2024
49cdb8c
Merge branch 'main' into main+swiftui
nighthawk Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixes SwiftLint error (simonbs#315)
simonbs authored Sep 24, 2023
commit 9277498dbbaf2b4fa8c2bbb1c026aca51f84a0b9
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Foundation

final class TreeSitterLanguageLayer {
// swiftlint:disable:next prefer_self_in_static_references
typealias LayerAndNodeTuple = (layer: TreeSitterLanguageLayer, node: TreeSitterNode)

let language: TreeSitterInternalLanguage