Releases: durudex/vscode-polylang
Releases · durudex/vscode-polylang
v0.0.5
Added
- Added bytes, PublicKey type grammar.
- Added
@public
, @read
, @call
, @delegate
directive grammar.
Updated
- A
@public
directive has been added to collection snippets.
v0.0.4
Added
- Added order, boolean, map type grammars.
- Added constructor snippet.
Updated
- A return type has been added to function snippets.
- A id field has been added to collection snippets.
Removed
- Removed unique index grammar.
v0.0.3
Added
- Added extension logo.
- Added string and number primitive grammar.
- Added index, comment, call function, error declaration grammars.
v0.0.2
Added
- Added record type grammar.
- Added basic polylang snippets.
v0.0.1
Added
- Added basic syntax grammar.