Skip to content

Commit 27217bb

Browse files
authored
Update tree-sitter markdown grammar (#4483)
1 parent c4d7cde commit 27217bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

languages.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ indent = { tab-width = 2, unit = " " }
943943

944944
[[grammar]]
945945
name = "markdown"
946-
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "d5740f0fe4b8e4603f2229df107c5c9ef5eec389", subpath = "tree-sitter-markdown" }
946+
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "a7de4be29783a6e25f3240c90afea52f2417faa3", subpath = "tree-sitter-markdown" }
947947

948948
[[language]]
949949
name = "markdown.inline"
@@ -955,7 +955,7 @@ grammar = "markdown_inline"
955955

956956
[[grammar]]
957957
name = "markdown_inline"
958-
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "d5740f0fe4b8e4603f2229df107c5c9ef5eec389", subpath = "tree-sitter-markdown-inline" }
958+
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "a7de4be29783a6e25f3240c90afea52f2417faa3", subpath = "tree-sitter-markdown-inline" }
959959

960960
[[language]]
961961
name = "dart"

0 commit comments

Comments
 (0)