mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(perl): Add language injection based on heredoc delimiter
This commit is contained in:
committed by
Christian Clason
parent
8fecb46258
commit
eea5725822
@@ -13,3 +13,7 @@
|
||||
(#not-lua-match? @_modifiers "e.*e")
|
||||
(#set! injection.language "perl")
|
||||
(#set! injection.include-children))
|
||||
|
||||
(heredoc_content
|
||||
(heredoc_end) @injection.language) @injection.content
|
||||
(#set! injection.include-children)
|
||||
|
||||
Reference in New Issue
Block a user