Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VSCode 0.1.2 changelog entry #2075

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to the "swarm-language" extension will be documented in this file.

## version 0.1.2
* Update VSCode plugin NPM package
* Update VSCode syntax
* Definitions now support multiline types
* Added support for `rec` and new commands
* Add escape sequences to strings
* Fix a typo that broke syntax highlighting
* Generate the syntax JSON file from YAML

## version 0.1.1
- Move the extension under "swarm-game" org

Expand Down
Loading