- Bumped typstyle v0.11.31 by @Enter-tainer in #512
Compiler
- (Fix) Tested and fixed initialization of formatter configuration in #523
Q: I can't seem to work out why tinymist's typstyle format causes excessive newlines. I dislike so many unnecessary newlines because a mix would be better but I can deal with it for the sake of consistent formatting. However, because the two do not produce the same output, I am rather confused as to what is going on.
A1: I guess this is related to mis configuration. you may accidentally set column width to zero in tinymist. So typstyle breaks at every possible break position
A2: The default value was 120 but currently it is (badly refactored) as 0. Though, vscode always passes its default value so we didn't find it.
Editor
Hover (Tooltip)
- Showing target of label and con tent of metadata when hovering in #517
Preview
- (Fix) Two small bugs in tasks feature in #499
- deactivating task provider when the extension is deactivated
- don't write args variable when exporting pdfpc task
Syntax/Semantic Highlighting
-
(Fix) Parsing dot operation on atomic expression correctly in #497
-
(Fix) Allowing underline in url link in #520
-
Injecting typst{,-code} syntaxes into markdown syntax highlighting in #504 and #518
-
Identifying more context for bracket colorization in #522
Before:
Misc
- Linked sublime text support to sublimelsp in #519
- Fixed bad configuration documentation in #521
Full Changelog: v0.11.18...v0.11.19



