mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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 = {
|
||||
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue