Releases: navi-language/zed-navi
Releases · navi-language/zed-navi
v0.4.0
v0.3.0
v0.2.1
v0.2.0
- Added to support
panic
keyword highlight. - Improved to better handle lsp-server downloading status.
- Fix the comments order to support new Zed toggle comment behavior.
- Update tree-sitter-navi and tree-sitter-navi-stream to support more highlight details.
- Add to support Navi Stream LSP.
v0.1.0
v0.0.5
v0.0.4
Navi
- Fix call_expression keyword argument highlight.
- Fix use struct highlight.
- Fix float and nil literal highlight.
Navi Stream
- Fix float and nil literal highlight.
- Fix regex error on Linux.
- Fix call_expression keyword argument highlight.
- Fix meta, param, i18n item.
- Add to support
export let
.
v0.0.3
What's Changed
Navi
- Fix to support default value for
struct
** field. - Add to support closure syntax.
- Add to support
try
,throw
,assert
expression. - Fix call_expression keyword argument highlight.
Navi Stream
- Add to support
export let
. - Add to
meta
,param
,i18n
declarations. - Fix call_expression keyword argument highlight.
v0.0.2
v0.0.1
- First release.
How to install
Open ~/Library/Application Support/Zed/extensions/installed/
and unzip navi-0.0.1.tar.gz
.
cd ~/Library/Application\ Support/Zed/extensions/installed/
wget https://github.com/navi-language/zed-navi/releases/download/v0.0.1/navi-0.0.1.tar.gz
unzip navi-0.0.1.tar.gz
And then return to Zed, the Navi
language support is ready.