<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/java, branch v0.7.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/java?h=v0.7.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/java?h=v0.7.2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-09-26T12:47:12Z</updated>
<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>highlights(java): add "non-sealed" keyword</title>
<updated>2022-08-24T05:20:46Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-22T22:56:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a59e6e0ef064b7a4c96f8f26c9e407d53f017211'/>
<id>urn:sha1:a59e6e0ef064b7a4c96f8f26c9e407d53f017211</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modified queries/java/highlights.scm</title>
<updated>2022-08-22T14:40:51Z</updated>
<author>
<name>anthony-S93</name>
<email>skyskying93@gmail.com</email>
</author>
<published>2022-08-22T12:48:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bc9792298c126b15fc7052b08556973a5d240ec6'/>
<id>urn:sha1:bc9792298c126b15fc7052b08556973a5d240ec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split func/method definition from calls in several programming language queries</title>
<updated>2022-08-03T19:05:30Z</updated>
<author>
<name>lfenzo</name>
<email>lfenzo@protonmail.com</email>
</author>
<published>2022-07-30T00:09:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c784720917bacb6716ce35ef07d464f5da738dd7'/>
<id>urn:sha1:c784720917bacb6716ce35ef07d464f5da738dd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(java): add support for `text_block`s</title>
<updated>2022-04-16T21:23:19Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-04-16T21:17:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4542402e34568eb607059e3ff6a3594aaca850fd'/>
<id>urn:sha1:4542402e34568eb607059e3ff6a3594aaca850fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed incorrect Java indentation for method chaining</title>
<updated>2022-04-04T04:58:26Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-04-02T17:49:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e1f8a8a6f8993c38ed163be12219e09830bb0d7e'/>
<id>urn:sha1:e1f8a8a6f8993c38ed163be12219e09830bb0d7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Made block comment indent @auto so that new lines line up nicely with existing comment block</title>
<updated>2022-03-01T20:12:14Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-03-01T00:31:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3d6f2637a2ffb76e4fd1fdf6fff9feecc6d45199'/>
<id>urn:sha1:3d6f2637a2ffb76e4fd1fdf6fff9feecc6d45199</id>
<content type='text'>
    Previous indentation:
    /**
    *
    */

    New indentation:
    /**
     *
     */
</content>
</entry>
<entry>
<title>Added catchall (ERROR) @auto rule for Java to at least attempt something reasonable when the tree is in a broken state</title>
<updated>2022-03-01T20:12:14Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-02-28T22:45:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d71da4f63e6507d14a50d6eedf2823233db2b9fe'/>
<id>urn:sha1:d71da4f63e6507d14a50d6eedf2823233db2b9fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modified Java indent rules to stop ignoring block comments because javadoc blocks were defaulting to indent 0</title>
<updated>2022-03-01T20:12:14Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-02-28T22:22:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e23f5d48be767299cd14912090d2957657cf25bd'/>
<id>urn:sha1:e23f5d48be767299cd14912090d2957657cf25bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added fix for Java interfaces not being indented properly</title>
<updated>2022-03-01T20:12:14Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-02-28T20:09:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bf2493f5e1246a560ab2f567905baf3dab131be6'/>
<id>urn:sha1:bf2493f5e1246a560ab2f567905baf3dab131be6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a bug where indentation was not correct for class/enum bodies that had an annotation</title>
<updated>2022-02-25T07:03:43Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-02-25T03:21:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=18c558fd92b5ec800f976c447452ede4e96e9de9'/>
<id>urn:sha1:18c558fd92b5ec800f976c447452ede4e96e9de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a bug where Java enum body indentation was not correct</title>
<updated>2022-02-25T07:03:43Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-02-25T01:40:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1b47af43ce9f664ba3fef0b6552584c375cda8e4'/>
<id>urn:sha1:1b47af43ce9f664ba3fef0b6552584c375cda8e4</id>
<content type='text'>
Added test for Java enum indentation
</content>
</entry>
<entry>
<title>Added fix for incorrect Java indentation after a closing "}" in a method declaration</title>
<updated>2022-02-24T23:58:59Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>danwoz@nettoolkit.com</email>
</author>
<published>2022-02-24T23:41:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b425a9c8130e7654ba5f16b5b6e2538bab38dcf1'/>
<id>urn:sha1:b425a9c8130e7654ba5f16b5b6e2538bab38dcf1</id>
<content type='text'>
Added tests for Java indentation, including one for issue 2571
</content>
</entry>
<entry>
<title>feat(java)(highlights): add missing highlights for `@type`</title>
<updated>2022-01-18T20:59:36Z</updated>
<author>
<name>captainko</name>
<email>thongnguyen.uit@gmail.com</email>
</author>
<published>2022-01-18T13:53:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b42de973399ff6aea8530de7240b6bf897ed6b03'/>
<id>urn:sha1:b42de973399ff6aea8530de7240b6bf897ed6b03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights/injections/indents(java): comment -&gt; line_comment,block_comment</title>
<updated>2022-01-16T13:24:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>sseitz@nvidia.com</email>
</author>
<published>2022-01-13T08:58:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=152af07ecf2fceeac63f35ff07c1f58e51eea896'/>
<id>urn:sha1:152af07ecf2fceeac63f35ff07c1f58e51eea896</id>
<content type='text'>
Ref https://github.com/tree-sitter/tree-sitter-java/pull/93
</content>
</entry>
<entry>
<title>Update queries</title>
<updated>2021-12-22T20:17:28Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-12-22T18:26:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=56634f49ab3d8122153c8c5582c581fb6a6af075'/>
<id>urn:sha1:56634f49ab3d8122153c8c5582c581fb6a6af075</id>
<content type='text'>
- Don't use the old form for predicates
- Update some invalid queries
</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>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>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(java): add new keyword "yield"</title>
<updated>2021-04-17T18:58:41Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-17T18:21:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1d5f92827944a8d095af794cad98fa23c69511d9'/>
<id>urn:sha1:1d5f92827944a8d095af794cad98fa23c69511d9</id>
<content type='text'>
https://github.com/tree-sitter/tree-sitter-java/pull/78 added support
for enhanced switch statements
</content>
</entry>
<entry>
<title>Add support for Java records</title>
<updated>2021-04-10T10:27:54Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-10T00:46:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7e9e8f2af9d603c05fe36a467659db1053cf90b5'/>
<id>urn:sha1:7e9e8f2af9d603c05fe36a467659db1053cf90b5</id>
<content type='text'>
Ref: https://github.com/tree-sitter/tree-sitter-java/pull/73
</content>
</entry>
<entry>
<title>highlights(java): Highlight fields (members and member access) (#1107)</title>
<updated>2021-03-26T18:25:28Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-03-26T18:25:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2331a366939b791d975d4d634ddfbe48dd4b1ec6'/>
<id>urn:sha1:2331a366939b791d975d4d634ddfbe48dd4b1ec6</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>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>add formal_parameters</title>
<updated>2021-02-21T14:08:50Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-02-20T13:18:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1ab424d38482e35cc8ae4d467749d5577bd37268'/>
<id>urn:sha1:1ab424d38482e35cc8ae4d467749d5577bd37268</id>
<content type='text'>

as suggested by p00f

Co-authored-by: Chinmay Dalal &lt;chinmay.dalal.22012001@gmail.com&gt;</content>
</entry>
<entry>
<title>feat: add java indent</title>
<updated>2021-02-21T14:08:50Z</updated>
<author>
<name>elianiva</name>
<email>dicha.arkana03@gmail.com</email>
</author>
<published>2021-02-20T11:28:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a1b51a67d5c2903bd96b2ceecde3f4e6f9c97d63'/>
<id>urn:sha1:a1b51a67d5c2903bd96b2ceecde3f4e6f9c97d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(java): Highlight spread parameters</title>
<updated>2021-02-19T22:41:42Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-02-19T21:35:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=eaca722783a183ac2b3bf162d0d06e4d4c102b22'/>
<id>urn:sha1:eaca722783a183ac2b3bf162d0d06e4d4c102b22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(java): fix constant highlighting (only UPPERCASE_LETTERS)</title>
<updated>2021-02-19T22:41:42Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-02-19T19:09:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5033d3668acb621c70c0fa73f2a5ef835fd1a4f6'/>
<id>urn:sha1:5033d3668acb621c70c0fa73f2a5ef835fd1a4f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ternary</title>
<updated>2020-11-19T11:45:10Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-11-19T10:33:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2b8b49ce58a9fef0a8c5f154915a7a117163cd5'/>
<id>urn:sha1:d2b8b49ce58a9fef0a8c5f154915a7a117163cd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(java): remove duplicate line</title>
<updated>2020-09-19T15:42:30Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-19T15:24:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=624a6896b5ec7394ce61ccdd9e4b360b7fc4772e'/>
<id>urn:sha1:624a6896b5ec7394ce61ccdd9e4b360b7fc4772e</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>Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages</title>
<updated>2020-09-14T16:27:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-12T18:57:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bcf421b4e7f164dfc8aca8a94949adda2bdda10f'/>
<id>urn:sha1:bcf421b4e7f164dfc8aca8a94949adda2bdda10f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: fix wrong queries</title>
<updated>2020-09-11T10:02:35Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-09-07T16:14:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b90e520ccdbb9d88fb4f7e7a7eea73de196c856c'/>
<id>urn:sha1:b90e520ccdbb9d88fb4f7e7a7eea73de196c856c</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>[java] Add label highlight</title>
<updated>2020-08-16T07:58:33Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-08-16T04:56:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=64df3e1791f0843cbea08035db8ee277cd8c8777'/>
<id>urn:sha1:64df3e1791f0843cbea08035db8ee277cd8c8777</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(java): add lambdas as a scope</title>
<updated>2020-08-12T19:20:54Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-08-12T15:41:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7806b16cc2810e3f1d3ee4281d0c4e95f48be2ad'/>
<id>urn:sha1:7806b16cc2810e3f1d3ee4281d0c4e95f48be2ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Java locals: use has-ancestor? to match imports</title>
<updated>2020-07-27T09:08:13Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-27T08:33:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4f4c4ff6ef38a5d5e84d6697acc857c99928b4a9'/>
<id>urn:sha1:4f4c4ff6ef38a5d5e84d6697acc857c99928b4a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Java highlights/locals: Add catch_formal_parameter</title>
<updated>2020-07-27T09:08:13Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-23T21:33:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4a77ac78d07bd3eca5eb57085320efdb4837923d'/>
<id>urn:sha1:4a77ac78d07bd3eca5eb57085320efdb4837923d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Java highlights: Add highlight for this</title>
<updated>2020-07-27T09:08:13Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-23T20:52:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=35837b069b94336929b2ab665aadf1b7775e9817'/>
<id>urn:sha1:35837b069b94336929b2ab665aadf1b7775e9817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Java locals</title>
<updated>2020-07-27T09:08:13Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-07-19T17:41:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=656a5c406446cc908f7c196e1deef9513951239a'/>
<id>urn:sha1:656a5c406446cc908f7c196e1deef9513951239a</id>
<content type='text'>
Co-authored: @PitcherTear22
</content>
</entry>
<entry>
<title>Java highlights: Add binary integer literals</title>
<updated>2020-07-01T11:22:46Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-01T09:42:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=61803eb523cc935797715c90241b6b8b024c8008'/>
<id>urn:sha1:61803eb523cc935797715c90241b6b8b024c8008</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Java highlights: Add operators ":" "?"</title>
<updated>2020-06-30T06:32:19Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-06-30T05:48:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2b6b1e3e6159bd689dad677c50a5ab0189df0e08'/>
<id>urn:sha1:2b6b1e3e6159bd689dad677c50a5ab0189df0e08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Java highlights: Add parameter highlight for single-parameter lambdas</title>
<updated>2020-06-30T06:32:19Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-06-30T05:44:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fa7a270da14f30eaa407a1813d1dfef78d6c031e'/>
<id>urn:sha1:fa7a270da14f30eaa407a1813d1dfef78d6c031e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add method reference operator</title>
<updated>2020-06-29T17:58:39Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-29T16:25:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=65b3a8e6d7b3777bbea326dd96d21d17d937fd7d'/>
<id>urn:sha1:65b3a8e6d7b3777bbea326dd96d21d17d937fd7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Java highlights: Capture parameters in declaration (#93)</title>
<updated>2020-06-29T08:48:13Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-29T08:48:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b184f1cafbe7316ae8671b7eafec5a11383b4fd6'/>
<id>urn:sha1:b184f1cafbe7316ae8671b7eafec5a11383b4fd6</id>
<content type='text'>
* Capture parameters in declaration

* Refactor (new syntax)

* Fix spaces

* Fix capture (java method parameters)

* Improve java parameter capture

* Fix bracket and whitespace

* Fix java query

* Fix java query

Co-authored-by: Thomas Vigouroux &lt;39092278+vigoux@users.noreply.github.com&gt;

* Add capture for lambda parameters, remove redundant captures, add -&gt; operator

* Previous commit wasn't saved properly

* Fix formatting

* Changes suggested in PR

https://github.com/nvim-treesitter/nvim-treesitter/pull/93#pullrequestreview-435630553

* Add bitwise operators

* Re-add builtin operators

* remove left shift, add ^=

* Add &amp;= and |=

* remove @variable

* Remove duplicate

Co-authored-by: Thomas Vigouroux &lt;39092278+vigoux@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Give credits</title>
<updated>2020-06-17T12:31:53Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-17T12:31:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=031e3e45c47029c758a62f487e87a920044b25fb'/>
<id>urn:sha1:031e3e45c47029c758a62f487e87a920044b25fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Give credits</title>
<updated>2020-06-17T12:31:29Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-17T12:31:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3302dd3a5b3464ff31600ae7b4a62571090acc7a'/>
<id>urn:sha1:3302dd3a5b3464ff31600ae7b4a62571090acc7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix types</title>
<updated>2020-06-15T17:53:17Z</updated>
<author>
<name>Chinmay Dalal</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-15T17:53:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a6c426b2bd60004a3b80e8727d50103747dbd4c0'/>
<id>urn:sha1:a6c426b2bd60004a3b80e8727d50103747dbd4c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add operators</title>
<updated>2020-06-15T17:15:56Z</updated>
<author>
<name>Chinmay</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-15T17:15:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d262d4101e55450e8c0092c2131f19e70dc1a261'/>
<id>urn:sha1:d262d4101e55450e8c0092c2131f19e70dc1a261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix method highlighting</title>
<updated>2020-06-15T16:18:50Z</updated>
<author>
<name>Chinmay</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-15T16:18:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=042464c1c5c4e1a88717430b26347b84a4adcdf0'/>
<id>urn:sha1:042464c1c5c4e1a88717430b26347b84a4adcdf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add highlights.scm and locals.scm</title>
<updated>2020-06-11T17:01:45Z</updated>
<author>
<name>Chinmay</name>
<email>chinmay.dalal.22012001@gmail.com</email>
</author>
<published>2020-06-11T17:01:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d9639e1e5eeb623c59949cf523681111b71475be'/>
<id>urn:sha1:d9639e1e5eeb623c59949cf523681111b71475be</id>
<content type='text'>
</content>
</entry>
</feed>
