mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
docs: add description to markdown/markdown_inline in README
This commit is contained in:
parent
18a0f20276
commit
f69b1ebd7a
1 changed files with 2 additions and 0 deletions
|
|
@ -532,6 +532,7 @@ list.markdown = {
|
|||
location = "tree-sitter-markdown",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
branch = "split_parser",
|
||||
readme_name = "markdown (basic highlighting)",
|
||||
},
|
||||
maintainers = { "@MDeiml" },
|
||||
experimental = true,
|
||||
|
|
@ -543,6 +544,7 @@ list.markdown_inline = {
|
|||
location = "tree-sitter-markdown-inline",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
branch = "split_parser",
|
||||
readme_name = "markdown_inline (needs to be installed for full markdown highlighting)",
|
||||
},
|
||||
maintainers = { "@MDeiml" },
|
||||
experimental = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue