0.3.1 (2023-09-05)
0.3.0 (2023-09-04)
- The
union
type has been removed from the WIT grammar.
0.2.3 (2023-09-03)
- add basic markdown highlighting in doc-comments (e64075b)
- add simple auto-complete for keywords and built-in types (7bb2014)
- automatically continue doc-comments (
///
,/**
) on next line (b037f85) - configure wordPattern to improve word highlighting and autocomplete suggestions (7e887c6)
- target newer VSCode to enable extension activation (5c80b4a)
0.2.2 (2023-09-03)
0.2.1 (2023-09-02)
0.2.0 (2023-07-08)
- The
default
,self
,pkg
keywords have been removed from the grammar.
0.1.2 (2023-07-03)
0.1.1 (2023-04-15)
- lookbehind assertion with malformed regex (#11) (8787a0a)
- move repository fields to top-level object (#13) (74f1ffc)
0.1.0 (2023-04-14)
- release 0.1.0 (e50fec0)
0.0.3 (2023-04-12)
0.0.2 (2023-04-10)
- add wit idl support for vscode (b24abb8)