From a3700f9496c9e51056a0c3858f105a004c2a82df Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 28 Mar 2024 22:11:02 -0500 Subject: [PATCH] chore: update tree-sitter-markdown The revision I chose here is simply the latest release on the repo: https://github.com/tree-sitter-grammars/tree-sitter-markdown/releases/tag/v0.2.3 Closes #8821 --- languages.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages.toml b/languages.toml index 9eb80414f36b..4a21fe74bfd0 100644 --- a/languages.toml +++ b/languages.toml @@ -1481,7 +1481,7 @@ block-comment-tokens = { start = "" } [[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"