diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-03-09 17:56:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-09 16:56:56 +0000 |
| commit | a2d097686f01b2834f4a9b313bd9c1c692210479 (patch) | |
| tree | 727b2106239b21e398a1105b155b57da870a36b3 /crates/typst-ide | |
| parent | 15ac6c316610b5931e81a4dad2c5fd172f4ed944 (diff) | |
Update changelog and roadmap (#3594)
Diffstat (limited to 'crates/typst-ide')
| -rw-r--r-- | crates/typst-ide/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-ide/src/lib.rs b/crates/typst-ide/src/lib.rs index 173a4264..bbfd56d9 100644 --- a/crates/typst-ide/src/lib.rs +++ b/crates/typst-ide/src/lib.rs @@ -1,4 +1,4 @@ -//! Capabilities for IDE support. +//! Capabilities for Typst IDE support. mod analyze; mod complete; |
