mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(markdown): elm injection no longer segfaults
This commit is contained in:
parent
b26b11f971
commit
c9d5812ba3
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
(fenced_code_block
|
||||
(info_string
|
||||
(language) @_lang)
|
||||
(#not-match? @_lang "elm") ; prevent segfault when using elm parser
|
||||
(code_fence_content)
|
||||
@content
|
||||
(#set-lang-from-info-string! @_lang)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue