Skip to content

Commit f6b65eb

Browse files
committed
chore(deps): bump grammar
1 parent 7e0ba32 commit f6b65eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zed_matlab"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "matlab"
22
name = "MATLAB"
33
description = "MATLAB support for Zed"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
schema_version = 1
66
authors = [
77
"Mark Shui Hu <[email protected]>"
@@ -10,7 +10,7 @@ repository = "https://github.com/watermarkhu/zed-matlab"
1010

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

1515
[language_servers.matlab-language-server]
1616
name = "MATLAB LSP"

0 commit comments

Comments
 (0)