Releases: wisn/zed-ada-language
v0.3.0
Language Server Support Revamp
There is no need for the user to install the language server manually.
It will be downloaded and installed automatically.
Grammar Revamp
We are now using @briot's grammar directly instead of forking it.
Also, the syntax highlighting for boolean is now improved.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Ada Language Server Support
This extension now support ALS (Ada Language Server) provided by AdaCore.
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Syntax Highlighting Fixes
This patch is to fix the syntax highlighting issue in the initial release.
The tree-sitter queries were copy-pasted from the Neovim text editor extension in which the style definitions used are different.
I have added some of the queries based on the test provided in the wisn/tree-sitter-ada repository.
This project is still far from complete since many definitions might not be covered just yet.
However, at least it is able to highlight syntax correctly for most of the cases.
Full Changelog: v0.1.0...v0.1.1