Skip to content

Commit 8c1669f

Browse files
authored
Fix handling of Typst by Quarto extension (#943)
* Fix handling of Typst by Quarto extension * Update CHANGELOG
1 parent 050eeb4 commit 8c1669f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

apps/vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Added support for Positron's statement execution feature that reports the approximate line number of the parse error (<https://github.com/quarto-dev/quarto/pull/919>).
66
- Fixed a bug where `Quarto: Format Cell` would notify you that no formatter was available for code cells that were already formatted (<https://github.com/quarto-dev/quarto/pull/933>).
7+
- No longer claim `.typ` files. Typst syntax highlighting in Quarto documents is unaffected, but standalone Typst files are now left to dedicated extensions like Tinymist (<https://github.com/quarto-dev/quarto/pull/943>).
78

89
## 1.130.0 (Release on 2026-02-18)
910

apps/vscode/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@
9191
"id": "typst",
9292
"aliases": [
9393
"Typst",
94-
"mermaid"
95-
],
96-
"extensions": [
97-
".typ"
94+
"typst"
9895
],
9996
"configuration": "./languages/typst/typst.configuration.json"
10097
}

0 commit comments

Comments
 (0)