mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix(markdown): remove from parser list
Bye bye markdown
This commit is contained in:
parent
801416a8bc
commit
d42b9c38f8
1 changed files with 7 additions and 6 deletions
|
|
@ -202,12 +202,13 @@ list.haskell = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
list.markdown = {
|
-- FIXME(vigoux): markdown is broken for now
|
||||||
install_info = {
|
-- list.markdown = {
|
||||||
url = "https://github.com/ikatyang/tree-sitter-markdown",
|
-- install_info = {
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
-- url = "https://github.com/ikatyang/tree-sitter-markdown",
|
||||||
}
|
-- files = { "src/parser.c", "src/scanner.cc" },
|
||||||
}
|
-- }
|
||||||
|
-- }
|
||||||
|
|
||||||
list.toml = {
|
list.toml = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue