mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
docs: fix readme names
This commit is contained in:
parent
00b403f190
commit
1ceaceb9de
2 changed files with 6 additions and 6 deletions
|
|
@ -859,9 +859,9 @@ list.luap = {
|
|||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-luap",
|
||||
files = { "src/parser.c" },
|
||||
readme_name = "lua patterns",
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
readme_name = "lua patterns",
|
||||
}
|
||||
|
||||
list.m68k = {
|
||||
|
|
@ -888,9 +888,9 @@ list.markdown = {
|
|||
location = "tree-sitter-markdown",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "split_parser",
|
||||
readme_name = "markdown (basic highlighting)",
|
||||
},
|
||||
maintainers = { "@MDeiml" },
|
||||
readme_name = "markdown (basic highlighting)",
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
|
|
@ -900,9 +900,9 @@ list.markdown_inline = {
|
|||
location = "tree-sitter-markdown-inline",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "split_parser",
|
||||
readme_name = "markdown_inline (needs to be installed for full markdown highlighting)",
|
||||
},
|
||||
maintainers = { "@MDeiml" },
|
||||
readme_name = "markdown_inline (needed for full highlighting)",
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue