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
|
|
@ -267,10 +267,10 @@
|
|||
"revision": "a4b9187417d6be349ee5fd4b6e77b4172c6827dd"
|
||||
},
|
||||
"markdown": {
|
||||
"revision": "6138ee0c0d0ddafc4bf0e25728b73f902bbf2c98"
|
||||
"revision": "afbb3195c9c1683e358eb36805c0088ffbb2306c"
|
||||
},
|
||||
"markdown_inline": {
|
||||
"revision": "6138ee0c0d0ddafc4bf0e25728b73f902bbf2c98"
|
||||
"revision": "afbb3195c9c1683e358eb36805c0088ffbb2306c"
|
||||
},
|
||||
"matlab": {
|
||||
"revision": "2d5d3d5193718a86477d4335aba5b34e79147326"
|
||||
|
|
|
|||
|
|
@ -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