mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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",
|
location = "tree-sitter-markdown",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
branch = "split_parser",
|
branch = "split_parser",
|
||||||
|
readme_name = "markdown (basic highlighting)",
|
||||||
},
|
},
|
||||||
maintainers = { "@MDeiml" },
|
maintainers = { "@MDeiml" },
|
||||||
experimental = true,
|
experimental = true,
|
||||||
|
|
@ -543,6 +544,7 @@ list.markdown_inline = {
|
||||||
location = "tree-sitter-markdown-inline",
|
location = "tree-sitter-markdown-inline",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
branch = "split_parser",
|
branch = "split_parser",
|
||||||
|
readme_name = "markdown_inline (needs to be installed for full markdown highlighting)",
|
||||||
},
|
},
|
||||||
maintainers = { "@MDeiml" },
|
maintainers = { "@MDeiml" },
|
||||||
experimental = true,
|
experimental = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue