aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Flanagan2024-03-29 13:31:27 +0000
committerGitHub2024-03-29 13:31:27 +0000
commit527cbe656c740c997b299f989ac1be7cac4a8e16 (patch)
tree10c881eb0e7de2b51e0d3520a9bc98fa5203e2c6
parent7ec509e2f9a054eb814789ac34f4222bebb67230 (diff)
chore: update tree-sitter-markdown (#10039)
-rw-r--r--languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 9eb80414..4a21fe74 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1481,7 +1481,7 @@ block-comment-tokens = { start = "<!--", end = "-->" }
[[grammar]]
name = "markdown"
-source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "aaf76797aa8ecd9a5e78e0ec3681941de6c945ee", subpath = "tree-sitter-markdown" }
+source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown" }
[[language]]
name = "markdown.inline"
@@ -1492,7 +1492,7 @@ grammar = "markdown_inline"
[[grammar]]
name = "markdown_inline"
-source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "aaf76797aa8ecd9a5e78e0ec3681941de6c945ee", subpath = "tree-sitter-markdown-inline" }
+source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-markdown", rev = "62516e8c78380e3b51d5b55727995d2c511436d8", subpath = "tree-sitter-markdown-inline" }
[[language]]
name = "dart"