Releases: checkraisefold/blink-vscode
v0.1.9
Minor release. Fixes autocompletion for new/deprecated types.
What's Changed
- Add
BrickColor,DateTime, andDateTimeMillistypes, along with thePollingcall type, to autocompletion. - Remove deprecated
Pollproperty from autocompletion.
Full Changelog: v0.1.8...v0.1.9
v0.1.8
Minor release. Fixes highlighting for type packs.
What's Changed
- Fix syntax highlighting for types inside of type packs.
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Minor release. Adds new types to syntax highlighting.
What's Changed
- Add
BrickColor,DateTime, andDateTimeMillistypes to syntax highlighting.
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Minor release. Adds a new call type.
What's Changed
- Add
Pollingcall type to syntax highlighting.
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Minor release. Adds a new keyword and fixes an issue with comments inlined in types.
Thanks to @ffrostfall for pointing out these problems.
What's Changed
- Add
exportkeyword to syntax highlighting. - Fixed syntax highlighting of comments inside of types/brackets.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Minor release. Fixes another couple of bugs.
What's Changed
- Fix highlighting rules for the
scopekeyword 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
scopehighlighting. 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,askeywords. - Added the
f16type. - 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
