<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/d, branch v0.9.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/d?h=v0.9.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/d?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>use indent.X syntax for captures and properties of set directives</title>
<updated>2023-03-24T17:07:53Z</updated>
<author>
<name>George Harker</name>
<email>george@george-graphics.co.uk</email>
</author>
<published>2023-03-20T21:44:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cb568af5393241e5dbc9c19157c5df5e9ca9af2d'/>
<id>urn:sha1:cb568af5393241e5dbc9c19157c5df5e9ca9af2d</id>
<content type='text'>
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
</content>
</entry>
<entry>
<title>feat: add `@comment.documentation` where applicable</title>
<updated>2023-03-05T22:15:32Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-02T13:06:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5a87bc98dabd0d38152a6fa774005f7ecbd40f1b'/>
<id>urn:sha1:5a87bc98dabd0d38152a6fa774005f7ecbd40f1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(d): use more specific groups</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-10-22T11:00:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f30ae4da0d593810544c10667b1b9c3e0b438082'/>
<id>urn:sha1:f30ae4da0d593810544c10667b1b9c3e0b438082</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(d): highlight ":"</title>
<updated>2022-01-30T10:10:08Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-29T22:56:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=49f910e9f2e0e58dd8be2e2150e3c6f823d5b49b'/>
<id>urn:sha1:49f910e9f2e0e58dd8be2e2150e3c6f823d5b49b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>D: fix duplicate `@namespace` capture</title>
<updated>2021-10-31T09:22:43Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-10-30T16:50:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0dd147e6b7bcd9735940e32f211ac03416b1a74b'/>
<id>urn:sha1:0dd147e6b7bcd9735940e32f211ac03416b1a74b</id>
<content type='text'>
The previous query was highlighting everything inside that node,
but we only want to highlight the identifiers.

Ref https://github.com/nvim-treesitter/nvim-treesitter/pull/1930/files#r735105675
</content>
</entry>
<entry>
<title>fix(d): don't use string_literals</title>
<updated>2021-10-20T07:16:20Z</updated>
<author>
<name>Cezary Drożak</name>
<email>czarek@drozak.net</email>
</author>
<published>2021-10-17T11:25:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6cefdf3babec509807b07b543d28ec5db647dab9'/>
<id>urn:sha1:6cefdf3babec509807b07b543d28ec5db647dab9</id>
<content type='text'>
string_literals is not used in single argument template instances. The
nodes are from [1].

[1]: https://github.com/CyberShadow/tree-sitter-d/blob/c2fbf21bd3aa45495fe13247e040ad5815250032/grammar.js#L536
</content>
</entry>
<entry>
<title>parsers: add D parser</title>
<updated>2021-10-07T20:43:09Z</updated>
<author>
<name>Cezary Drożak</name>
<email>czarek@drozak.net</email>
</author>
<published>2021-10-01T09:33:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c2c454c29a92e2d0db955fc1d6841566c28e3ecd'/>
<id>urn:sha1:c2c454c29a92e2d0db955fc1d6841566c28e3ecd</id>
<content type='text'>
</content>
</entry>
</feed>
