We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0ba32 commit f6b65ebCopy full SHA for f6b65eb
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "zed_matlab"
3
-version = "0.1.0"
+version = "0.1.1"
4
edition = "2021"
5
6
[lib]
extension.toml
@@ -1,7 +1,7 @@
id = "matlab"
name = "MATLAB"
description = "MATLAB support for Zed"
schema_version = 1
authors = [
7
"Mark Shui Hu <[email protected]>"
@@ -10,7 +10,7 @@ repository = "https://github.com/watermarkhu/zed-matlab"
10
11
[grammars.matlab]
12
repository = "https://github.com/acristoffers/tree-sitter-matlab"
13
-rev = "1bccabdbd420a9c3c3f96f36d7f9e65b3d9c88ef"
+rev = "574dde565caddf8cf44eec7df3cb89eb96053ed7"
14
15
[language_servers.matlab-language-server]
16
name = "MATLAB LSP"
0 commit comments