mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
b5b872656b
This PR extracts Terraform support into an extension and removes the built-in Terraform support from Zed. Release Notes: - Removed built-in support for Terraform, in favor of making it available as an extension. The Terraform extension will be suggested for download when you open a `.tf`, `.tfvars`, or `.hcl` file.
9 lines
383 B
Scheme
9 lines
383 B
Scheme
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/hcl/injections.scm
|
|
|
|
(heredoc_template
|
|
(template_literal) @content
|
|
(heredoc_identifier) @language
|
|
(#downcase! @language))
|
|
|
|
; https://github.com/nvim-treesitter/nvim-treesitter/blob/ce4adf11cfe36fc5b0e5bcdce0c7c6e8fbc9798a/queries/terraform/injections.scm
|
|
; inherits: hcl
|