mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
markdown!: switch to scanner.c
This commit is contained in:
parent
b31312729e
commit
07fb134752
2 changed files with 4 additions and 4 deletions
|
|
@ -869,7 +869,7 @@ list.markdown = {
|
|||
install_info = {
|
||||
url = "https://github.com/MDeiml/tree-sitter-markdown",
|
||||
location = "tree-sitter-markdown",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "split_parser",
|
||||
readme_name = "markdown (basic highlighting)",
|
||||
},
|
||||
|
|
@ -881,7 +881,7 @@ list.markdown_inline = {
|
|||
install_info = {
|
||||
url = "https://github.com/MDeiml/tree-sitter-markdown",
|
||||
location = "tree-sitter-markdown-inline",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
branch = "split_parser",
|
||||
readme_name = "markdown_inline (needs to be installed for full markdown highlighting)",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue