mirror of https://github.com/helix-editor/helix
Update markdown grammar to v0.1.6
parent
10b178e94b
commit
2fddc2a4fc
|
@ -1383,7 +1383,7 @@ indent = { tab-width = 2, unit = " " }
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "markdown"
|
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]]
|
[[language]]
|
||||||
name = "markdown.inline"
|
name = "markdown.inline"
|
||||||
|
@ -1395,7 +1395,7 @@ grammar = "markdown_inline"
|
||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "markdown_inline"
|
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]]
|
[[language]]
|
||||||
name = "dart"
|
name = "dart"
|
||||||
|
|
Loading…
Reference in New Issue