<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/java/indents.scm, branch v0.8.3</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/java/indents.scm?h=v0.8.3</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/java/indents.scm?h=v0.8.3'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-04-04T04:58:26Z</updated>
<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>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>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>
</feed>
