Skip to content

Commit e95eeb5

Browse files
committed
feat(languages): update markdown grammar version
1 parent 78df195 commit e95eeb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

languages.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ word-completion.trigger-length = 4
19431943

19441944
[[grammar]]
19451945
name = "markdown"
1946-
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }
1946+
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "2dfd57f547f06ca5631a80f601e129d73fc8e9f0", subpath = "tree-sitter-markdown" }
19471947

19481948
[[language]]
19491949
name = "markdown-rustdoc"
@@ -1963,7 +1963,7 @@ grammar = "markdown_inline"
19631963

19641964
[[grammar]]
19651965
name = "markdown_inline"
1966-
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown-inline" }
1966+
source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "2dfd57f547f06ca5631a80f601e129d73fc8e9f0", subpath = "tree-sitter-markdown-inline" }
19671967

19681968
[[language]]
19691969
name = "djot"

0 commit comments

Comments
 (0)