Skip to content

Commit 20fb1e3

Browse files
chore: use latest liquid grammar
1 parent 868560e commit 20fb1e3

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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_liquid"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
publish = false
66
license = "MIT"

extension.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
id = "liquid"
22
name = "Liquid"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
schema_version = 1
55
authors = ["Jeffrey Guenther <guenther.jeffrey@gmail.com>"]
66
description = "Shopify Liquid support"
77
repository = "https://github.com/TheBeyondGroup/zed-shopify-liquid"
88

99
[grammars.liquid]
1010
repository = "https://github.com/hankthetank27/tree-sitter-liquid"
11-
commit = "fa11c7ba45038b61e03a8a00ad667fb5f3d72088"
11+
commit = "9566ca79911052919fce09d26f1f655b5e093857"
1212

1313
[language_servers.liquid]
1414
name = "Liquid LSP"

0 commit comments

Comments
 (0)