16 lines
433 B
Markdown
16 lines
433 B
Markdown
|
# Change Log
|
||
|
|
||
|
All notable changes to the "bolt" VSCode extension will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
### Added
|
||
|
|
||
|
- Basic TextMate syntax highlighting for keywords, some constants, some
|
||
|
built-in types, and string/char literals
|
||
|
|
||
|
- Initial release
|