<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/rust, branch 0.5-compat</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/rust?h=0.5-compat</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/rust?h=0.5-compat'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2021-07-18T15:59:58Z</updated>
<entry>
<title>folds(rust): Fold trait definitions (#1582)</title>
<updated>2021-07-18T15:59:58Z</updated>
<author>
<name>agarof</name>
<email>18119032+agarof@users.noreply.github.com</email>
</author>
<published>2021-07-18T15:59:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=419153c1f1992ced7f9462d92f0d7505c6ff3137'/>
<id>urn:sha1:419153c1f1992ced7f9462d92f0d7505c6ff3137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(rust): Reorder macro queries</title>
<updated>2021-07-08T21:37:38Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2021-07-08T18:16:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a2b9b9bd9d21d6309c33dc746d2b5671bb3b8aa7'/>
<id>urn:sha1:a2b9b9bd9d21d6309c33dc746d2b5671bb3b8aa7</id>
<content type='text'>
Derive macros have to be defined before attribute macros to highlight
them properly.

See #570
</content>
</entry>
<entry>
<title>feat(keywords) merge return and yield into keyword.return group</title>
<updated>2021-07-04T19:49:17Z</updated>
<author>
<name>antonk52</name>
<email>halloy52@gmail.com</email>
</author>
<published>2021-07-04T17:24:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=90f15d9bf750e35666e029174481dafbe5fde817'/>
<id>urn:sha1:90f15d9bf750e35666e029174481dafbe5fde817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(keywords) add keyword.return &amp; keyword.yield</title>
<updated>2021-07-04T19:49:17Z</updated>
<author>
<name>antonk52</name>
<email>halloy52@gmail.com</email>
</author>
<published>2021-07-04T16:55:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bd9095e96986fbb65829a3dbc598f9b35d9b7db2'/>
<id>urn:sha1:bd9095e96986fbb65829a3dbc598f9b35d9b7db2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust: inject html to html! macro</title>
<updated>2021-06-21T06:52:38Z</updated>
<author>
<name>tami5</name>
<email>65782666+tami5@users.noreply.github.com</email>
</author>
<published>2021-06-20T18:20:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=89b1254cde93f7cc590ea9d0591f0317f8cbd106'/>
<id>urn:sha1:89b1254cde93f7cc590ea9d0591f0317f8cbd106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rust: fix macros highlights</title>
<updated>2021-06-11T05:54:56Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-06-11T04:31:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=709f3a73b314f86d0c0dd48cc3909f3c2788609f'/>
<id>urn:sha1:709f3a73b314f86d0c0dd48cc3909f3c2788609f</id>
<content type='text'>
- The derive query was incorrect, it was only matching `#[derive(derive)]`
- Macros were being highlighted as keywords
- Procedural macros symbols weren't highlighted (`#`, `#!`)
</content>
</entry>
<entry>
<title>highlights(rust): highlight fields with shorthand_field_initializer</title>
<updated>2021-05-24T18:43:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-05-24T17:31:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=db7f10370d3815988f933de2b4e2e7e17b2754b2'/>
<id>urn:sha1:db7f10370d3815988f933de2b4e2e7e17b2754b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rust: highlight constants</title>
<updated>2021-05-22T11:17:15Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-05-21T19:46:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9d1d9b1b9438f8c5b2d4c48fe040160b0ac6b316'/>
<id>urn:sha1:9d1d9b1b9438f8c5b2d4c48fe040160b0ac6b316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"</title>
<updated>2021-05-07T14:51:57Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-30T18:22:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=67f08570152792c6a4f0815e71a0093ad97f2725'/>
<id>urn:sha1:67f08570152792c6a4f0815e71a0093ad97f2725</id>
<content type='text'>
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
</content>
</entry>
<entry>
<title>Comment: use `@combined` to create just one tree per buffer (#1252)</title>
<updated>2021-04-28T12:19:07Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-28T12:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4a7a713c527f57c355bc817f16fc6d955b8cce9b'/>
<id>urn:sha1:4a7a713c527f57c355bc817f16fc6d955b8cce9b</id>
<content type='text'>
* Comment: use `@combined` to create just one tree per buffer

There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251

* Add injections for scss

* Fix jsonc

* Combine jsdoc</content>
</entry>
<entry>
<title>highlights(rust): Add operator "?"</title>
<updated>2021-04-06T17:50:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-06T17:34:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=853caf5b3dbfdf77240f944079ccf9af7bbce840'/>
<id>urn:sha1:853caf5b3dbfdf77240f944079ccf9af7bbce840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(rust): Highlight dereferenced closure parameters</title>
<updated>2021-03-26T19:12:38Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-23T23:32:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=edcac596cefac86714af75caf073dda689478ee9'/>
<id>urn:sha1:edcac596cefac86714af75caf073dda689478ee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rust: tread `,` as a punctuation delimiter</title>
<updated>2021-03-22T06:07:27Z</updated>
<author>
<name>Yuki Ito</name>
<email>mrno110y@gmail.com</email>
</author>
<published>2021-03-21T06:15:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0c12ff67fe9ab53eb79f7eeb1bdd7135bcdf0902'/>
<id>urn:sha1:0c12ff67fe9ab53eb79f7eeb1bdd7135bcdf0902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rust: add mod_item to folds</title>
<updated>2021-03-15T18:23:59Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-03-15T01:48:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=065ff440d45fdcb61ded0554eb526e84309f3c00'/>
<id>urn:sha1:065ff440d45fdcb61ded0554eb526e84309f3c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rust: Add variable and closure parameter highlights</title>
<updated>2021-03-15T18:02:39Z</updated>
<author>
<name>Rohit Pradhan</name>
<email>64917719+rohit-px2@users.noreply.github.com</email>
</author>
<published>2021-03-13T19:18:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0e3dd8d3fa58a2863f0561cdf9252013f4cbdf27'/>
<id>urn:sha1:0e3dd8d3fa58a2863f0561cdf9252013f4cbdf27</id>
<content type='text'>
</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>
<entry>
<title>fixed rust match indents</title>
<updated>2021-03-01T22:35:25Z</updated>
<author>
<name>Brian Shu</name>
<email>littlebubu.shu@gmail.com</email>
</author>
<published>2021-02-23T14:58:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7ffcaf4ee8973370621665f4b9fa32f735f8fa7f'/>
<id>urn:sha1:7ffcaf4ee8973370621665f4b9fa32f735f8fa7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: use @ignore for comments and multiline strings</title>
<updated>2021-03-01T22:28:53Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-03-01T13:20:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0bf8f58cd2dc06e3996b191e4623bbdab43a601e'/>
<id>urn:sha1:0bf8f58cd2dc06e3996b191e4623bbdab43a601e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: rust use_list + tuple_expression indent</title>
<updated>2021-02-08T06:03:16Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-02-08T03:38:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6533fb9af7f881c18b761ae94b2a502606f27989'/>
<id>urn:sha1:6533fb9af7f881c18b761ae94b2a502606f27989</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use function keyword highlight group for Rust's fn</title>
<updated>2021-01-20T19:26:35Z</updated>
<author>
<name>Cédric Barreteau</name>
<email>unknown</email>
</author>
<published>2021-01-16T18:02:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=74b84a66d700257d9f6368768eea2bc6ca7205c7'/>
<id>urn:sha1:74b84a66d700257d9f6368768eea2bc6ca7205c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: added more indent queries</title>
<updated>2021-01-14T13:43:04Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-01-05T12:26:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9184cf395372307df5fd4d7b2cc89f6dea698285'/>
<id>urn:sha1:9184cf395372307df5fd4d7b2cc89f6dea698285</id>
<content type='text'>
</content>
</entry>
<entry>
<title>started branch</title>
<updated>2021-01-07T00:31:39Z</updated>
<author>
<name>Brian Shu</name>
<email>littlebubu.shu@gmail.com</email>
</author>
<published>2021-01-06T19:25:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=005a3ca7f106b0f346518a8108d0ffbffdaf0bd9'/>
<id>urn:sha1:005a3ca7f106b0f346518a8108d0ffbffdaf0bd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rust: highlight brackets</title>
<updated>2021-01-04T07:22:54Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-01-04T03:42:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3d4662e79782f6a9706c441fc63e873148568a27'/>
<id>urn:sha1:3d4662e79782f6a9706c441fc63e873148568a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(highlights): Add TSNamespace highlight</title>
<updated>2020-10-10T13:31:51Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-22T21:01:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=45397ebbd9fb2bb13b14824e917158d2e02f960a'/>
<id>urn:sha1:45397ebbd9fb2bb13b14824e917158d2e02f960a</id>
<content type='text'>
Start adding highlights for
     - C++
     - Rust (including other scoped_identifier/scoped_type_identifier fixes)
     - JS (only namespace_import)

Addresses #516
</content>
</entry>
<entry>
<title>Remove textobjects module</title>
<updated>2020-10-04T12:20:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-20T21:20:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3362f4519671da29b437c48a7c54bec8550a4f9d'/>
<id>urn:sha1:3362f4519671da29b437c48a7c54bec8550a4f9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add @keyword.operator for operators that are English words and add @exception for Java/JS</title>
<updated>2020-09-19T05:30:49Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-13T13:08:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7e3c4f808940a981a034709163724eb5a7546e2d'/>
<id>urn:sha1:7e3c4f808940a981a034709163724eb5a7546e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change @meta to @type for derive directives because @meta is not defined</title>
<updated>2020-09-06T15:00:41Z</updated>
<author>
<name>kiyan42</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2020-09-05T19:58:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=feead20c0413e89045c494b887d2fb755b1c59f9'/>
<id>urn:sha1:feead20c0413e89045c494b887d2fb755b1c59f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change self back to variable.builtin</title>
<updated>2020-08-20T07:03:58Z</updated>
<author>
<name>Avi Dessauer</name>
<email>avi.the.coder@gmail.com</email>
</author>
<published>2020-08-19T22:05:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2538ab7a7ca403d8185fe42a985eaf385c9e70e'/>
<id>urn:sha1:d2538ab7a7ca403d8185fe42a985eaf385c9e70e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deduplicate queries/rust/highlights.scm</title>
<updated>2020-08-20T07:03:58Z</updated>
<author>
<name>Avi Dessauer</name>
<email>avi.the.coder@gmail.com</email>
</author>
<published>2020-08-19T22:01:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=aacca0abf11dae61fd2f64bb6c3141ce75b198ae'/>
<id>urn:sha1:aacca0abf11dae61fd2f64bb6c3141ce75b198ae</id>
<content type='text'>
Co-authored-by: TravonteD &lt;tman1300@aol.com&gt;</content>
</entry>
<entry>
<title>Highlight operators + improve consistency with Vim syntax</title>
<updated>2020-08-20T07:03:58Z</updated>
<author>
<name>Avi Dessauer</name>
<email>avi.the.coder@gmail.com</email>
</author>
<published>2020-08-19T01:09:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=df37483e3a036973464caa113fa2b99e440e663f'/>
<id>urn:sha1:df37483e3a036973464caa113fa2b99e440e663f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(queries): use vim-match for non lua regexes</title>
<updated>2020-08-16T16:31:56Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-08-16T16:24:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ce43dbf54cdc017e6885381f38ea056f78c4e55b'/>
<id>urn:sha1:ce43dbf54cdc017e6885381f38ea056f78c4e55b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(rust): fix some type highlights.</title>
<updated>2020-08-07T13:03:20Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-08-07T08:47:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6133257ed6dcaec35feaa31f9afa0245668dfe48'/>
<id>urn:sha1:6133257ed6dcaec35feaa31f9afa0245668dfe48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(rust): add async/await keywords</title>
<updated>2020-08-07T13:03:20Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-08-07T08:47:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=94a505626991f2423dc3b986186f2f6cb857aabb'/>
<id>urn:sha1:94a505626991f2423dc3b986186f2f6cb857aabb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Attach kind of reference to query result instead of using subfields</title>
<updated>2020-07-20T06:55:53Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-18T17:25:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=58c6d2a73fa40e2ad2e6f41215737d6ff27c4bf9'/>
<id>urn:sha1:58c6d2a73fa40e2ad2e6f41215737d6ff27c4bf9</id>
<content type='text'>
This makes smart_rename work also for types out of the box and we don't
need to search for the path of actual node.
</content>
</entry>
<entry>
<title>go loop and func literal, rust textobject support</title>
<updated>2020-07-17T18:44:43Z</updated>
<author>
<name>winwisely268</name>
<email>winwisely268@gmail.com</email>
</author>
<published>2020-07-17T15:49:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=59c084b5d837165328da0fe19a8155f95673ee51'/>
<id>urn:sha1:59c084b5d837165328da0fe19a8155f95673ee51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add rust locals.scm</title>
<updated>2020-07-13T20:25:33Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-10T22:10:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a027ffbe825d543f9637bb636ebb61b9ada41592'/>
<id>urn:sha1:a027ffbe825d543f9637bb636ebb61b9ada41592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Rust queries (#57)</title>
<updated>2020-07-08T10:35:53Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>39092278+vigoux@users.noreply.github.com</email>
</author>
<published>2020-07-08T10:35:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0d2385407eddb95e66a43710798f27bd9256186a'/>
<id>urn:sha1:0d2385407eddb95e66a43710798f27bd9256186a</id>
<content type='text'>
* queries(rust): add highlight query.

Also slightly changes the way constructors are highlighted.

* highglight(rust): use new query syntax</content>
</entry>
</feed>
