chore: update tree-sitter-markdown (#10039)
This commit is contained in:
parent
7ec509e2f9
commit
527cbe656c
1 changed files with 2 additions and 2 deletions
|
@ -1481,7 +1481,7 @@ block-comment-tokens = { start = "<!--", end = "-->" }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "markdown"
|
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]]
|
[[language]]
|
||||||
name = "markdown.inline"
|
name = "markdown.inline"
|
||||||
|
@ -1492,7 +1492,7 @@ grammar = "markdown_inline"
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "markdown_inline"
|
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]]
|
[[language]]
|
||||||
name = "dart"
|
name = "dart"
|
||||||
|
|
Loading…
Reference in a new issue