-
Notifications
You must be signed in to change notification settings - Fork 94
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
feat: Typst Language Support #289
Closed
+783
−8
Closed
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9211597
feat(#230): map basic typst expressions to tokens
grantlemons fd05b6a
feat(#230): change recursive shorthand from macro to function
grantlemons 920ee0a
feat(#230): flesh out more complicated typst syntax parsing
grantlemons e974fe6
feat(#230): delegate typst files to parser in harper-cli and harper-ls
grantlemons b283ce4
fix(#230): fix offset update after delegating parser
grantlemons dac8c7c
fix(#230): ParBreak to ParBreak, not two Newlines
grantlemons 9798b8d
feat(#230): remove offset variable, and just use the start of an
grantlemons ccab586
feat(#230): parse numbers properly and add test for numbers
grantlemons c694465
feat: add a `spans` command to harper-cli that shows spans visually
grantlemons 245fb32
feat(#230): consolidate words separated by apostrophes into possessiv…
grantlemons 819d767
fix(clippy): satisfy clippy
grantlemons 6ff5fc0
feat(#230): simplify possessive-conjunction logic and add respective …
grantlemons e156a77
Merge remote-tracking branch 'origin/master' into typst-support
grantlemons 0e73ebd
fix: update cargo lock after merge from master
grantlemons f5b006b
feat(#230): create additional parsers for complex dictionary parsing
grantlemons 47be9e6
feat(#230): add some tests for dictionary parsing, and improve dict p…
grantlemons File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove before opening PR.