markdown!: switch to scanner.c

This commit is contained in:
Christian Clason 2023-03-02 17:53:56 +01:00
parent b31312729e
commit 07fb134752
2 changed files with 4 additions and 4 deletions

View file

@ -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)",
},