Improve highlight, outline, and documentation, and more#64
Open
Gaspartcho wants to merge 9 commits intozed-extensions:mainfrom
Open
Improve highlight, outline, and documentation, and more#64Gaspartcho wants to merge 9 commits intozed-extensions:mainfrom
Gaspartcho wants to merge 9 commits intozed-extensions:mainfrom
Conversation
TimoKraenzle
reviewed
Apr 5, 2026
README.md
Outdated
| project-specific config), | ||
|
|
||
| ```json | ||
| To register the LSP and enable certain features (such as compile on save), add the following your `settings.json` (or `.zed/settings.json` in the project root for project-specific config), |
There was a problem hiding this comment.
It is not possible to configure LSP settings in the project setttings, see https://zed.dev/docs/remote-development#zed-settings
Contributor
Author
There was a problem hiding this comment.
Thanks for spotting my mistake. It should be fixed now.
`jsonc` part of the readme
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #33
This PR introduces a few improvements to this extension
Improved preview
The sections are now nested in the Outline panel
Improved highlighting
Made so that the different highlights matched more the ones on the online typst editor.
It would be nice to experiment a bit more with this configuration, and see if any bugs appear.
LSP features: Preview & formatting
Added instructions in the project's README on how to enable formatting.
Added instructions on how to start preview feature in the background (since Zed cannot run LSP commands as of writing, this is the only way to use this feature).
Added a task to open the preview.