Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the tree-sitter-matlab grammar dependency to a newer revision and bumps the extension version from 0.1.0 to 0.1.1. This is a maintenance update that brings in the latest improvements from the upstream grammar repository.
Changes:
- Updated tree-sitter-matlab grammar revision from
1bccabdbd420a9c3c3f96f36d7f9e65b3d9c88efto574dde565caddf8cf44eec7df3cb89eb96053ed7 - Bumped extension version from 0.1.0 to 0.1.1 in both extension.toml and Cargo.toml
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| extension.toml | Updated grammar revision and bumped version to 0.1.1 |
| Cargo.toml | Bumped package version to 0.1.1 to match extension version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [package] | ||
| name = "zed_matlab" | ||
| version = "0.1.0" | ||
| version = "0.1.1" |
There was a problem hiding this comment.
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.
| version = "0.1.1" | |
| version = "0.1.0" |
Bump grammar to v1.3.0