<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/tests/query/highlights/cpp, branch v0.8.3</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/tests/query/highlights/cpp?h=v0.8.3</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/tests/query/highlights/cpp?h=v0.8.3'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-12-01T14:08:07Z</updated>
<entry>
<title>test(highlights/cpp): add new test for auto as type.builtin.</title>
<updated>2022-12-01T14:08:07Z</updated>
<author>
<name>Aaron Rancsik</name>
<email>20153302+aaronrancsik@users.noreply.github.com</email>
</author>
<published>2022-11-27T23:46:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=256802258084fcf6c7011dae4c3fbfaaf4b61518'/>
<id>urn:sha1:256802258084fcf6c7011dae4c3fbfaaf4b61518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test(highlights/cpp): type -&gt; type.builtin for primitive types.</title>
<updated>2022-12-01T14:08:07Z</updated>
<author>
<name>Aaron Rancsik</name>
<email>20153302+aaronrancsik@users.noreply.github.com</email>
</author>
<published>2022-11-27T23:45:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=45bb230dc0ae56b60405d4b9db3f7dcf2d2aefae'/>
<id>urn:sha1:45bb230dc0ae56b60405d4b9db3f7dcf2d2aefae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(cpp): 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-22T08:09:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=79705a1f80297d1f3178d2b30423760c060afa4a'/>
<id>urn:sha1:79705a1f80297d1f3178d2b30423760c060afa4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat!: remove obsolete `TS*` highlight groups</title>
<updated>2022-10-16T13:50:55Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-10-16T12:52:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=42ab95d5e11f247c6f0c8f5181b02e816caa4a4f'/>
<id>urn:sha1:42ab95d5e11f247c6f0c8f5181b02e816caa4a4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(Broken test fixed) Updated static-namespace-functins.cpp to use function.call</title>
<updated>2022-08-03T19:05:30Z</updated>
<author>
<name>lfenzo</name>
<email>lfenzo@protonmail.com</email>
</author>
<published>2022-07-29T22:50:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=64f3f7415debf0e660335b42ce2be2712507d7e5'/>
<id>urn:sha1:64f3f7415debf0e660335b42ce2be2712507d7e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(cpp): make "::" `@punctuation.delimiter`</title>
<updated>2022-05-07T11:30:36Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-05-07T10:17:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a4f9539a0c04836715c56de7e3c548bcde52b1dd'/>
<id>urn:sha1:a4f9539a0c04836715c56de7e3c548bcde52b1dd</id>
<content type='text'>
Fixes #2902
</content>
</entry>
<entry>
<title>highlights(c/cpp): highlight case labels as constants</title>
<updated>2022-01-29T12:11:56Z</updated>
<author>
<name>Stephan Seitz</name>
<email>sseitz@nvidia.com</email>
</author>
<published>2021-12-20T13:50:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e4675bc410ebf7889e63a691f59d5760aec4e0e9'/>
<id>urn:sha1:e4675bc410ebf7889e63a691f59d5760aec4e0e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(cpp): fix function highlighting of Foo::bar::baz()</title>
<updated>2022-01-29T11:40:35Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-01-29T11:30:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=974e2181a05b4d797d3070628172146a7b60bb3b'/>
<id>urn:sha1:974e2181a05b4d797d3070628172146a7b60bb3b</id>
<content type='text'>
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396
</content>
</entry>
<entry>
<title>highlights(cpp): add support for concepts</title>
<updated>2022-01-16T21:19:34Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-11-28T17:05:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=db01c82b08bf20e5260810dccdec7ff4936934eb'/>
<id>urn:sha1:db01c82b08bf20e5260810dccdec7ff4936934eb</id>
<content type='text'>
Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138
</content>
</entry>
<entry>
<title>Add highlight tests</title>
<updated>2021-11-24T16:29:55Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-11-20T14:09:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=53ba38327e0cda30be8fa8a3ab663eea8e358a6c'/>
<id>urn:sha1:53ba38327e0cda30be8fa8a3ab663eea8e358a6c</id>
<content type='text'>
</content>
</entry>
</feed>
