summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2020-10-22 10:37:32 +0200
committerThomas Vigouroux <tomvig38@gmail.com>2020-10-22 10:42:03 +0200
commitd42b9c38f805a1fe1eafb27f9826dfc687d9fbfb (patch)
tree96a441f9888e26cca38489f9a29481c869466fe3 /lua
parent801416a8bce03588e6072f180441efeca505c4eb (diff)
fix(markdown): remove from parser list
Bye bye markdown
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/parsers.lua13
1 files changed, 7 insertions, 6 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 2b09fcf3..864907d6 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -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 = {