fix: disable elm parser in markdown to avoid segfault

the Elm parser segfaults when injected in markdown. Disable it for now.
See https://github.com/elm-tooling/tree-sitter-elm/issues/124
This commit is contained in:
kiyan 2022-07-15 09:40:43 +02:00 committed by Stephan Seitz
parent bb7277603d
commit 3bd228781b

View file

@ -1,6 +1,7 @@
(fenced_code_block
(info_string
(language) @language)
(#not-match? @language "elm")
(code_fence_content) @content (#exclude_children! @content))
((html_block) @html)