All notable changes to the bend-language-server
Rust project will be documented in this file.
To see changes related to the VSCode extension, see editors/code/CHANGELOG.md.
The format is based on Keep a Changelog, and both this changelog and the crate's versioning scheme follow what the Bend repository is using at the moment.
- First full release
- Multi-byte characters highlighting other characters
0.2.37-alpha.3 - 2024-08-30
- Multi-line (block) comments
- Single-line comments
0.2.37-alpha.2 - 2024-08-27
--version
command to executable
0.2.37-alpha.1 - 2024-08-23
First release!
- Semantic token highlighting through tree-sitter
- Diagnostic reporting
This project got inspiration from Pedro Braga's initial language server implementation and Rohan Vashisht's VSCode extension. Thank you for your collaboration!