aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Deiml2022-10-27 13:39:22 +0000
committerGitHub2022-10-27 13:39:22 +0000
commit27217bb435fa0242b5cf43a23d3d13c739866b9f (patch)
treef2b73bbf88e12a0486501a7d2d7cdd5e71af4e16
parentc4d7cde6c8d7f5ca3a9cabd50bdfbda9c3f7bb15 (diff)
Update tree-sitter markdown grammar (#4483)
-rw-r--r--languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 6f58112a..cc8f155b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -943,7 +943,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "markdown"
-source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "d5740f0fe4b8e4603f2229df107c5c9ef5eec389", subpath = "tree-sitter-markdown" }
+source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "a7de4be29783a6e25f3240c90afea52f2417faa3", subpath = "tree-sitter-markdown" }
[[language]]
name = "markdown.inline"
@@ -955,7 +955,7 @@ grammar = "markdown_inline"
[[grammar]]
name = "markdown_inline"
-source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "d5740f0fe4b8e4603f2229df107c5c9ef5eec389", subpath = "tree-sitter-markdown-inline" }
+source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "a7de4be29783a6e25f3240c90afea52f2417faa3", subpath = "tree-sitter-markdown-inline" }
[[language]]
name = "dart"