From da90b77813a94947075dcbe95c2e3cc455976e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondr=CC=8Cej=20S=CC=8Cebek?= Date: Mon, 22 Jul 2024 23:32:54 +0200 Subject: [PATCH] Add VSCode 0.1.2 changelog entry --- editors/vscode/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/editors/vscode/CHANGELOG.md b/editors/vscode/CHANGELOG.md index d5e1dc933..7296e8fda 100644 --- a/editors/vscode/CHANGELOG.md +++ b/editors/vscode/CHANGELOG.md @@ -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