docs: add description to markdown/markdown_inline in README

This commit is contained in:
Stephan Seitz 2022-06-28 22:34:55 +02:00
parent 18a0f20276
commit f69b1ebd7a

View file

@ -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,