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 = { -- 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 = {