aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMDeiml2023-11-05 12:04:20 +0000
committerSkyler Hawthorne2023-11-05 12:31:19 +0000
commit2fddc2a4fcd3b8d9415e35994af3049d6960b23a (patch)
tree5db71f92163d1fc32e8b2fcf3fff95f196cc061d
parent10b178e94b0d3c44c56f5cd573ff65b3249aea78 (diff)
Update markdown grammar to v0.1.6
-rw-r--r--languages.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 6e637be7..e3f9395b 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1383,7 +1383,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "markdown"
-source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "fa6bfd51727e4bef99f7eec5f43947f73d64ea7d", subpath = "tree-sitter-markdown" }
+source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "aaf76797aa8ecd9a5e78e0ec3681941de6c945ee", subpath = "tree-sitter-markdown" }
[[language]]
name = "markdown.inline"
@@ -1395,7 +1395,7 @@ grammar = "markdown_inline"
[[grammar]]
name = "markdown_inline"
-source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "fa6bfd51727e4bef99f7eec5f43947f73d64ea7d", subpath = "tree-sitter-markdown-inline" }
+source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "aaf76797aa8ecd9a5e78e0ec3681941de6c945ee", subpath = "tree-sitter-markdown-inline" }
[[language]]
name = "dart"