<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/hcl/injections.scm, branch v0.9.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/hcl/injections.scm?h=v0.9.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/hcl/injections.scm?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-08-12T15:34:15Z</updated>
<entry>
<title>chore(injections)!: update injection syntax to 0.9</title>
<updated>2023-08-12T15:34:15Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-05-03T10:07:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=78b54eb7f6a9956d25a3911fa0dfd0cabfe2a4c5'/>
<id>urn:sha1:78b54eb7f6a9956d25a3911fa0dfd0cabfe2a4c5</id>
<content type='text'>
Since 0.9, @lang syntax is still available as fallback but will soon be deprecated.
Because of that, new syntax should be adopted once 0.9 becomes the
baseline requirements for nvim-treesitter

- update health check
- update doc
</content>
</entry>
<entry>
<title>remove accidental text</title>
<updated>2022-07-08T19:58:42Z</updated>
<author>
<name>Roberto Pommella Alegro</name>
<email>robertoaall@gmail.com</email>
</author>
<published>2022-07-08T18:30:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=599fd416c81498fe0fe619e00c1aa316cbf8d964'/>
<id>urn:sha1:599fd416c81498fe0fe619e00c1aa316cbf8d964</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add heredoc language injection for HCL</title>
<updated>2022-07-08T19:58:42Z</updated>
<author>
<name>Roberto Pommella Alegro</name>
<email>robertoaall@gmail.com</email>
</author>
<published>2022-07-08T18:29:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=aac4f027c590f95015e2a660338b313cc87d3816'/>
<id>urn:sha1:aac4f027c590f95015e2a660338b313cc87d3816</id>
<content type='text'>
Add a heredoc language injection similar to Ruby for HCL. This allows terraform resources like this to be properly highlighted

```hcl
resource "aws_iam_role" "sample" {
  name               = "sample"
  assume_role_policy = &lt;&lt;JSON
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Action": "sts:AssumeRole",
      "Principal": {
        "AWS": "*"
      },
      "Effect": "Allow",
      "Sid": ""
    }
  ]
}
JSON
}
```</content>
</entry>
<entry>
<title>add basic injections</title>
<updated>2021-07-01T23:56:25Z</updated>
<author>
<name>mhoffm</name>
<email>mhoffm@posteo.de</email>
</author>
<published>2021-06-29T05:57:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2ea75bf3aa6e6742c5b243d8867ef59513d0b562'/>
<id>urn:sha1:2ea75bf3aa6e6742c5b243d8867ef59513d0b562</id>
<content type='text'>
</content>
</entry>
</feed>
