mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(perl): Add language injection based on heredoc delimiter
This commit is contained in:
parent
8fecb46258
commit
eea5725822
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue