mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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
|
(fenced_code_block
|
||||||
(info_string
|
(info_string
|
||||||
(language) @_lang)
|
(language) @_lang)
|
||||||
(#not-match? @_lang "elm") ; prevent segfault when using elm parser
|
|
||||||
(code_fence_content)
|
(code_fence_content)
|
||||||
@content
|
@content
|
||||||
(#set-lang-from-info-string! @_lang)
|
(#set-lang-from-info-string! @_lang)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue