Releases: checkraisefold/blink-vscode
v0.1.4
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 ofServer
,SingleSync
, and the other enum member types.
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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
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.
Full Changelog: v0.0.2...v0.1.0
v0.0.2
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.
Full Changelog: v0.0.1...v0.0.2