fix(markdown): remove from parser list

Bye bye markdown
This commit is contained in:
Thomas Vigouroux 2020-10-22 10:37:32 +02:00
parent 801416a8bc
commit d42b9c38f8

View file

@ -202,12 +202,13 @@ list.haskell = {
}
}
list.markdown = {
install_info = {
url = "https://github.com/ikatyang/tree-sitter-markdown",
files = { "src/parser.c", "src/scanner.cc" },
}
}
-- FIXME(vigoux): markdown is broken for now
-- list.markdown = {
-- install_info = {
-- url = "https://github.com/ikatyang/tree-sitter-markdown",
-- files = { "src/parser.c", "src/scanner.cc" },
-- }
-- }
list.toml = {
install_info = {