Skip to content

Releases: checkraisefold/blink-vscode

v0.1.4

07 Oct 01:51
Compare
Choose a tag to compare

Minor release. Fixes another couple of bugs.

What's Changed

  • Fix highlighting rules for the scope keyword usage, no longer graying out everything in the scope.
  • Fix array type matching never ending, no longer breaking highlighting for the rest of the file.
  • Improved other parts of scope highlighting. Improved highlighting of Server, SingleSync, and the other enum member types.

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

10 Sep 12:27
Compare
Choose a tag to compare

Extremely minor release. Fixes a few issues that were annoying.

Changes

  • Fixed commas in snippets.
  • Fixed spacing in snippets.
  • Shifted around snippet choices to reflect most commonly used ones.
  • Added highlighting for types in map keys.

Full Changelog: v0.1.0...v0.1.3

v0.1.0

10 Sep 11:32
Compare
Choose a tag to compare

The second release of this extension. A bit more complete, still missing some stuff. Pretty good for actual production use at this point.

Changes

  • Added the scope, import, as keywords.
  • Added the f16 type.
  • Fixed completely broken icon scaling.
  • Vastly improved the autocomplete system and added a large number of snippets.

Installation

Install the extension here or here if you use VSCodium. Alternatively, though not recommended as you will not have automatic updates, download the vsix file attached to this release and use the Install from VSIX... button in the Extensions tab.

image

Full Changelog: v0.0.2...v0.1.0

v0.0.2

10 Sep 06:26
Compare
Choose a tag to compare

An initial release of this extension. Some syntax is missing, and the extension autocompletion/grammar are incomplete and wrong in areas. However, it works well enough for most purposes.

Changes

0.0.2

  • README fixes
  • Icon added for marketplace pages

0.0.1

  • Initial release
  • Syntax highlighting & intellisense for .blink files

Installation

Install the extension here or here if you use VSCodium. Alternatively, though not recommended as you will not have automatic updates, download the vsix file attached to this release and use the Install from VSIX... button in the Extensions tab.

image

Full Changelog: v0.0.1...v0.0.2