mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
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:
parent
bb7277603d
commit
3bd228781b
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue