<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/astro, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/astro?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/astro?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2024-11-23T09:43:46Z</updated>
<entry>
<title>fix(astro): highlight self-closing component tags</title>
<updated>2024-11-23T09:43:46Z</updated>
<author>
<name>net-solution</name>
<email>highconcept@pm.me</email>
</author>
<published>2024-11-22T16:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=94853ae9327f2a19f9db161879b1cf7929e5bc42'/>
<id>urn:sha1:94853ae9327f2a19f9db161879b1cf7929e5bc42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(astro): remove unused rule</title>
<updated>2024-10-16T06:35:54Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2024-10-15T16:04:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=25f11725d6a2cb203909059c9ede4c0eb4713c6a'/>
<id>urn:sha1:25f11725d6a2cb203909059c9ede4c0eb4713c6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(astro): add backtick string injections</title>
<updated>2024-04-21T17:03:43Z</updated>
<author>
<name>Vir Chaudhury</name>
<email>virchau13@hexular.net</email>
</author>
<published>2024-04-21T01:18:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=28aebb7308a3b3070d38d7041f692469b7f37e6c'/>
<id>urn:sha1:28aebb7308a3b3070d38d7041f692469b7f37e6c</id>
<content type='text'>
This also updates a highlight to be more accurate
and bumps the lockfile to fix a few bugs.
</content>
</entry>
<entry>
<title>feat(astro): update injections to match parser rewrite (#6478)</title>
<updated>2024-04-20T13:31:54Z</updated>
<author>
<name>virchau13</name>
<email>virchau13@hexular.net</email>
</author>
<published>2024-04-20T13:31:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ea4f6d5175812a3f48302d638a766bc18fcbb04a'/>
<id>urn:sha1:ea4f6d5175812a3f48302d638a766bc18fcbb04a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(format): extra newline after modeline</title>
<updated>2024-02-29T14:05:30Z</updated>
<author>
<name>Phạm Huy Hoàng</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-02-18T15:00:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=62b0bb4f24ad09f535efe44cc9d088f90dcd2498'/>
<id>urn:sha1:62b0bb4f24ad09f535efe44cc9d088f90dcd2498</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: query formatting</title>
<updated>2024-01-19T15:58:37Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-01-06T06:05:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9'/>
<id>urn:sha1:57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>astro: add custom component highlighting (#5728)</title>
<updated>2023-11-27T13:11:28Z</updated>
<author>
<name>virchau13</name>
<email>virchau13@hexular.net</email>
</author>
<published>2023-11-27T13:11:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8189d91cf82b78fd765b28c674537688bce70c10'/>
<id>urn:sha1:8189d91cf82b78fd765b28c674537688bce70c10</id>
<content type='text'>
</content>
</entry>
<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>astro: add injections for scss</title>
<updated>2023-02-11T23:55:56Z</updated>
<author>
<name>Vir Chaudhury</name>
<email>virchau13@hexular.net</email>
</author>
<published>2023-02-09T13:14:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d7c12db4c8bdb54afa787927292bf2d916bd09a2'/>
<id>urn:sha1:d7c12db4c8bdb54afa787927292bf2d916bd09a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(astro): make the script element use typescript instead of javascript</title>
<updated>2022-11-24T08:28:10Z</updated>
<author>
<name>Vir Chaudhury</name>
<email>virchau13@hexular.net</email>
</author>
<published>2022-11-12T04:38:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=58db1d6340e9b543ae323d7bb14251d19b760eeb'/>
<id>urn:sha1:58db1d6340e9b543ae323d7bb14251d19b760eeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add curly interpolation support for astro</title>
<updated>2022-04-09T12:24:07Z</updated>
<author>
<name>virchau13</name>
<email>virchau13@hexular.net</email>
</author>
<published>2022-04-08T04:03:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e3adb39586ef573fc048aeb341f3a9fb71754452'/>
<id>urn:sha1:e3adb39586ef573fc048aeb341f3a9fb71754452</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add astro</title>
<updated>2022-04-07T14:04:21Z</updated>
<author>
<name>virchau13</name>
<email>virchau13@hexular.net</email>
</author>
<published>2022-04-07T12:34:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f62fb16bba6cc08e3087a0efe2f90b17b24ddf1d'/>
<id>urn:sha1:f62fb16bba6cc08e3087a0efe2f90b17b24ddf1d</id>
<content type='text'>
</content>
</entry>
</feed>
