mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-10 04:09:37 +00:00
d58f006498
Closes #9656. Continuation of #9654, but with the addition of backwards compatibility for the existing captures. Release Notes: - Improved Tree-sitter support with added compatibility for standard injections captures --------- Co-authored-by: Finn Evers <finn.evers@outlook.de>
6 lines
264 B
Scheme
6 lines
264 B
Scheme
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/hcl/injections.scm
|
|
|
|
(heredoc_template
|
|
(template_literal) @injection.content
|
|
(heredoc_identifier) @injection.language
|
|
(#downcase! @injection.language))
|