Skip to content

Commit

Permalink
Add changelog for VSCode plugin 0.0.9 (#1447)
Browse files Browse the repository at this point in the history
* add entry to CHANGELOG for new plugin version
* bump plugin version number
  • Loading branch information
xsebek authored Aug 23, 2023
1 parent 8a17433 commit 9eeaf71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## version 0.0.9
- [Highlighter] add `unit` and `actor` types
- [Highlighter] add many new commands:
- backup, charat, chirp, density, detect, equip, equipped, halt, heading,
installkeyhandler, instant, isempty, key, meet, meetall, push, resonate,
scout, sniff, stride, surveil, tochar, unequip, use, watch, waypoint
- [Highlighter] remove `install` and `installed` commands

## version 0.0.8
- [Highlighter] update regex to recognize `void` and `text` types
- [Highlighter] improve the coloring of types and lambda parameters
Expand Down
2 changes: 1 addition & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "swarm-language",
"displayName": "swarm-language",
"description": "VSCode support for swarm (the game) programming language.",
"version": "0.0.8",
"version": "0.0.9",
"icon": "images/swarm-logo.png",
"publisher": "xsebek",
"repository": {
Expand Down

0 comments on commit 9eeaf71

Please sign in to comment.