<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/comment, branch v0.8.5</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/comment?h=v0.8.5</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/comment?h=v0.8.5'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-02-13T08:43:26Z</updated>
<entry>
<title>comment(highlights): reduce false positives (#4298)</title>
<updated>2023-02-13T08:43:26Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@proton.me</email>
</author>
<published>2023-02-13T08:43:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1ec36fdcd567ee97e77fbaec29c3f8145d51e72c'/>
<id>urn:sha1:1ec36fdcd567ee97e77fbaec29c3f8145d51e72c</id>
<content type='text'>
There are a couple cases where the comment highlights
will match things that aren't necessary a tag.
For example in Rust, when commenting a block that deals with
generics (generics are declared as `T: Type`),
this may be distracting.

So, instead of highlighting all tags, we can restrict
to highlighting the explicit keywords.

Ref https://github.com/stsewd/tree-sitter-comment/issues/14</content>
</entry>
<entry>
<title>highlights(comment): improve note tags</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-10-17T17:09:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=53c26dd4af08d0a8cb59d8deb34049bf4761d707'/>
<id>urn:sha1:53c26dd4af08d0a8cb59d8deb34049bf4761d707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(spell): support more languages</title>
<updated>2022-09-26T12:47:12Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2022-09-26T09:19:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=37398c7d68826c8d6ae3f85cc52d83fd3dee4f84'/>
<id>urn:sha1:37398c7d68826c8d6ae3f85cc52d83fd3dee4f84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(comment): highlight `NOTE` as `@text.note` (#3537)</title>
<updated>2022-09-23T17:52:00Z</updated>
<author>
<name>Erik Westrup</name>
<email>erik.westrup@gmail.com</email>
</author>
<published>2022-09-23T17:52:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=26105050aae3a15dd85feaeb0439e253e31d5ceb'/>
<id>urn:sha1:26105050aae3a15dd85feaeb0439e253e31d5ceb</id>
<content type='text'>

</content>
</entry>
<entry>
<title>Prefer lua-match over match</title>
<updated>2021-11-23T09:02:06Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2021-11-18T09:51:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=011ac894ec5b9e36563d8629fb7734f43ddb27a8'/>
<id>urn:sha1:011ac894ec5b9e36563d8629fb7734f43ddb27a8</id>
<content type='text'>
as string.find is much quicker than vim.regex:match*
</content>
</entry>
<entry>
<title>fix typo in query</title>
<updated>2021-06-26T10:19:08Z</updated>
<author>
<name>Jaehwang Jerry Jung</name>
<email>tomtomjhj@gmail.com</email>
</author>
<published>2021-06-26T06:08:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c04aa172a3feab61f8f4fbfa0e3d47fa12513485'/>
<id>urn:sha1:c04aa172a3feab61f8f4fbfa0e3d47fa12513485</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use #any-of? instead of #match? where posible</title>
<updated>2021-06-24T22:22:48Z</updated>
<author>
<name>Joakker</name>
<email>joaquinandresleon108@gmail.com</email>
</author>
<published>2021-06-24T18:45:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c699cc2e47fe302e9f414356cceb20a309be5bc6'/>
<id>urn:sha1:c699cc2e47fe302e9f414356cceb20a309be5bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comment: highlight text nodes</title>
<updated>2021-04-03T08:48:09Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-02T16:58:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4bfccba843d4fb2da96996dd827cd03dd9e546fa'/>
<id>urn:sha1:4bfccba843d4fb2da96996dd827cd03dd9e546fa</id>
<content type='text'>
As requested in https://github.com/nvim-treesitter/nvim-treesitter/issues/236#issuecomment-797878646
</content>
</entry>
<entry>
<title>Add comment parser to highlight comment tags (#893)</title>
<updated>2021-03-12T16:21:46Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-03-12T16:21:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e4083fc8e11e6585f53d62eb71778cc2af464fad'/>
<id>urn:sha1:e4083fc8e11e6585f53d62eb71778cc2af464fad</id>
<content type='text'>
Closes #236</content>
</entry>
</feed>
