Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zed_matlab"
version = "0.1.0"
version = "0.1.1"
Copy link

Copilot AI Feb 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version has been bumped from 0.1.0 to 0.1.1, but Cargo.lock was not updated in this PR. Since Cargo.lock is tracked in the repository (not in .gitignore), it should be regenerated to reflect the new version. Run cargo build or cargo update to update Cargo.lock and include it in this PR.

Suggested change
version = "0.1.1"
version = "0.1.0"

Copilot uses AI. Check for mistakes.
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions extension.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id = "matlab"
name = "MATLAB"
description = "MATLAB support for Zed"
version = "0.1.0"
version = "0.1.1"
schema_version = 1
authors = [
"Mark Shui Hu <watermarkhu@gmail.com>"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/watermarkhu/zed-matlab"

[grammars.matlab]
repository = "https://github.com/acristoffers/tree-sitter-matlab"
rev = "1bccabdbd420a9c3c3f96f36d7f9e65b3d9c88ef"
rev = "574dde565caddf8cf44eec7df3cb89eb96053ed7"

[language_servers.matlab-language-server]
name = "MATLAB LSP"
Expand Down