Skip to content

Commit

Permalink
update tree-sitter-markdown (helix-editor#6785)
Browse files Browse the repository at this point in the history
* chore: fix bump tree-sitter-markdown

Signed-off-by: Lakshya Singh <[email protected]>

* chore: bump markdown_inline to latest rev

Signed-off-by: Lakshya Singh <[email protected]>

---------

Signed-off-by: Lakshya Singh <[email protected]>
  • Loading branch information
king-11 authored and Schuyler Mortimer committed Jul 10, 2024
1 parent f370615 commit 21d7b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ indent = { tab-width = 2, unit = " " }

[[grammar]]
name = "markdown"
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "7e7aa9a25ca9729db9fe22912f8f47bdb403a979", subpath = "tree-sitter-markdown" }
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "fa6bfd51727e4bef99f7eec5f43947f73d64ea7d", subpath = "tree-sitter-markdown" }

[[language]]
name = "markdown.inline"
Expand All @@ -1138,7 +1138,7 @@ grammar = "markdown_inline"

[[grammar]]
name = "markdown_inline"
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "7e7aa9a25ca9729db9fe22912f8f47bdb403a979", subpath = "tree-sitter-markdown-inline" }
source = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "fa6bfd51727e4bef99f7eec5f43947f73d64ea7d", subpath = "tree-sitter-markdown-inline" }

[[language]]
name = "dart"
Expand Down

0 comments on commit 21d7b05

Please sign in to comment.