parsers: Add MDeiml/tree-sitter-markdown as markdown parser

Fixes #872
This commit is contained in:
Stephan Seitz 2021-12-13 21:29:07 +01:00
parent 567c644e53
commit 387a8f38bd
4 changed files with 37 additions and 22 deletions

View file

@ -25,8 +25,7 @@ local builtin_modules = {
enable = false,
custom_captures = {},
is_supported = function(lang)
-- FIXME(vigoux): markdown highlighting breaks everything for now
return lang ~= "markdown" and queries.has_highlights(lang)
return queries.has_highlights(lang)
end,
additional_vim_regex_highlighting = false,
},