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

@ -267,10 +267,10 @@
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
},
"markdown": {
"revision": "6138ee0c0d0ddafc4bf0e25728b73f902bbf2c98"
"revision": "afbb3195c9c1683e358eb36805c0088ffbb2306c"
},
"markdown_inline": {
"revision": "6138ee0c0d0ddafc4bf0e25728b73f902bbf2c98"
"revision": "afbb3195c9c1683e358eb36805c0088ffbb2306c"
},
"matlab": {
"revision": "2d5d3d5193718a86477d4335aba5b34e79147326"

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