<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/tests, branch v0.9.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/tests?h=v0.9.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/tests?h=v0.9.0'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-04-10T06:52:50Z</updated>
<entry>
<title>fix(dart): try statement wouldn't indent (#4623)</title>
<updated>2023-04-10T06:52:50Z</updated>
<author>
<name>Robert Brunhage</name>
<email>robertbrunhage@gmail.com</email>
</author>
<published>2023-04-10T06:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2fe7f969c193fc2e5cad747617f52214c83450fa'/>
<id>urn:sha1:2fe7f969c193fc2e5cad747617f52214c83450fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(c_indents): fix expression leaking indents</title>
<updated>2023-04-08T16:59:21Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-20T06:58:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9161093fc7e13b12aa5bc86c641768c049d43a26'/>
<id>urn:sha1:9161093fc7e13b12aa5bc86c641768c049d43a26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add test</title>
<updated>2023-04-08T16:56:06Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-04-03T14:47:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=474c59dcf1d5586d6ef0d3f91b380c6c25eb314b'/>
<id>urn:sha1:474c59dcf1d5586d6ef0d3f91b380c6c25eb314b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(python): add break/continue dedent</title>
<updated>2023-03-25T04:31:57Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-25T00:51:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c9ef5e58f7d59aba875324825ff47900d0be61f2'/>
<id>urn:sha1:c9ef5e58f7d59aba875324825ff47900d0be61f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(python): add match-case indents</title>
<updated>2023-03-25T04:31:57Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-25T00:29:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1ffa01985651f6a5ba88d01e56f09cb76ff6e79a'/>
<id>urn:sha1:1ffa01985651f6a5ba88d01e56f09cb76ff6e79a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(indent)!: Rework indent, aligned indent</title>
<updated>2023-03-24T17:07:53Z</updated>
<author>
<name>George Harker</name>
<email>george@george-graphics.co.uk</email>
</author>
<published>2023-03-20T01:09:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d1333dd7e51729a581fed3e429fa035bff77a3db'/>
<id>urn:sha1:d1333dd7e51729a581fed3e429fa035bff77a3db</id>
<content type='text'>
indents now use @indent.X style captures, and indent.PROP for properties to set on those captures, as documented in the help.

Captures are:

indent.auto
indent.begin
indent.end
indent.dedent
indent.branch
indent.ignore
indent.align
indent.zero

Properties are:

indent.immediate
indent.start_at_same_line
indent.open_delimiter
indent.close_delimiter
indent.increment
indent.avoid_last_matching_next

Multiple opening delims on one line and multiple closing on a line are collapsed so as not to over indent,

The final line of @indent.align blocks which must in some cases be treated specially to avoid clashing with the next line is treated the same regardless of whether the @indent.align capture actually uses aligned indentation or just normal indentation. The indent.avoid_last_matching_next property controls this.

Adjust python to use these.

List, set, dict and tuple all use @indent.align which permits both hanging and aligned styles.

Finally, try: on it’s own will indent when typing live but make no guaranteeds about whole-file formatting.

Includes lucario387:fix-align-indent
</content>
</entry>
<entry>
<title>feat(vue): add tsx/jsx injection queries (#4550)</title>
<updated>2023-03-24T14:38:19Z</updated>
<author>
<name>Lucario387</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-24T14:38:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c7b9f68d0385274b4aa83671e6dcb02f301f9357'/>
<id>urn:sha1:c7b9f68d0385274b4aa83671e6dcb02f301f9357</id>
<content type='text'>
* feat(vue): add tsx/jsx injection queries

- add a test

- style: format vue/injections.scm</content>
</entry>
<entry>
<title>test: ecma injections</title>
<updated>2023-03-22T06:28:21Z</updated>
<author>
<name>Benny Powers</name>
<email>web@bennypowers.com</email>
</author>
<published>2023-03-21T08:05:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=972da989bcc33d86a09dc82b22de552557cff768'/>
<id>urn:sha1:972da989bcc33d86a09dc82b22de552557cff768</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: html injections</title>
<updated>2023-03-22T06:28:21Z</updated>
<author>
<name>Benny Powers</name>
<email>web@bennypowers.com</email>
</author>
<published>2023-03-21T07:34:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d228b51cd7dab16124e79a7ff456edcdfdb295b2'/>
<id>urn:sha1:d228b51cd7dab16124e79a7ff456edcdfdb295b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(python): add "return" patterns to @indent_end</title>
<updated>2023-03-16T12:41:19Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-16T10:04:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=01e8a5145160620140c3c57d285ccb2cfe067540'/>
<id>urn:sha1:01e8a5145160620140c3c57d285ccb2cfe067540</id>
<content type='text'>
`return ...` is usually the last line of a
function/statement, so mark some possible patterns of `return` with
`@indent_end` to dedent the line after it
</content>
</entry>
<entry>
<title>fix(python): add missing @indent_end</title>
<updated>2023-03-16T07:46:01Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-15T23:39:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f5ddd8f92e0222f96b88c6012453eee33e02728a'/>
<id>urn:sha1:f5ddd8f92e0222f96b88c6012453eee33e02728a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: change folding algorithm to fix Python indents</title>
<updated>2023-03-15T21:44:59Z</updated>
<author>
<name>George Harker</name>
<email>george@george-graphics.co.uk</email>
</author>
<published>2023-03-14T19:25:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fa0644667ea7ee7a72efdb69c471de4953a11019'/>
<id>urn:sha1:fa0644667ea7ee7a72efdb69c471de4953a11019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(julia): add tests for new changes</title>
<updated>2023-03-10T08:38:23Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-10T00:58:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ffa6efa7f55e88be72812c47e4286fda48ab94f0'/>
<id>urn:sha1:ffa6efa7f55e88be72812c47e4286fda48ab94f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(gleam): update tests reflecting recent changes</title>
<updated>2023-03-10T07:41:45Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-09T02:40:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4a4c475617b6c6cbf5ddbc26558a695b11474040'/>
<id>urn:sha1:4a4c475617b6c6cbf5ddbc26558a695b11474040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Java indent for multiple line arguments (#4449)</title>
<updated>2023-03-06T23:10:31Z</updated>
<author>
<name>Daniel Woznicki</name>
<email>daniel.woznicki@gmail.com</email>
</author>
<published>2023-03-06T23:10:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7947a2ccf10c746133200413e78b39482c6f7ef4'/>
<id>urn:sha1:7947a2ccf10c746133200413e78b39482c6f7ef4</id>
<content type='text'>
* fix Java indent for multiple line arguments, fixes #4448, add an additional test for methods with arguments on multiple lines

* Satisfy StyLua check

---------

Co-authored-by: Daniel Woznicki &lt;danwoz@nettoolkit.com&gt;</content>
</entry>
<entry>
<title>indents(vue): fix indents on new line after &lt;template&gt;</title>
<updated>2023-03-06T07:32:45Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-06T02:56:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5ac39d10cc8a28f7bdb3725f3ee84a132ba783a8'/>
<id>urn:sha1:5ac39d10cc8a28f7bdb3725f3ee84a132ba783a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>injections(html): fix faulty css/js injections</title>
<updated>2023-03-05T20:34:41Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-03-03T02:09:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d11dd552dbde181cd49652188521f4b5f6cad2f8'/>
<id>urn:sha1:d11dd552dbde181cd49652188521f4b5f6cad2f8</id>
<content type='text'>
Group queries to reduce duplicate injection tree

use only regex
</content>
</entry>
<entry>
<title>feat(ecma): add tests for constants</title>
<updated>2023-03-04T10:00:39Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-04T01:04:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d7cef15b01e04f8322900f4b0294be582d31ab9d'/>
<id>urn:sha1:d7cef15b01e04f8322900f4b0294be582d31ab9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(go): Indent on type switch case properly</title>
<updated>2023-03-04T04:36:51Z</updated>
<author>
<name>Evan Phoenix</name>
<email>evan@phx.io</email>
</author>
<published>2023-03-04T04:26:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=28f84d69e3b6c26f1f7a2ef3f248a7242f36d620'/>
<id>urn:sha1:28f84d69e3b6c26f1f7a2ef3f248a7242f36d620</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix broken YANG indent tests</title>
<updated>2023-02-24T21:39:33Z</updated>
<author>
<name>Tomas Sandven</name>
<email>tomas@sandven.email</email>
</author>
<published>2022-12-17T21:58:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=061ee1b98f928a928771f35bba5deb6ad74a15b1'/>
<id>urn:sha1:061ee1b98f928a928771f35bba5deb6ad74a15b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add YANG indentation tests</title>
<updated>2023-02-24T21:39:33Z</updated>
<author>
<name>Tomas Sandven</name>
<email>tomas@sandven.email</email>
</author>
<published>2022-04-07T08:39:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=06e8a91ce2aac663023d40cf57965ffade72c792'/>
<id>urn:sha1:06e8a91ce2aac663023d40cf57965ffade72c792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(dart): add `@indent_end` to  } (#4167)</title>
<updated>2023-02-24T21:06:31Z</updated>
<author>
<name>SzeLamC</name>
<email>chanszelam7725@gmail.com</email>
</author>
<published>2023-02-24T21:06:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=68ab44277cd3eca7c5f1d227f153bd4e56d6303f'/>
<id>urn:sha1:68ab44277cd3eca7c5f1d227f153bd4e56d6303f</id>
<content type='text'>
* fix dart indentation after }

* add some simple test case</content>
</entry>
<entry>
<title>feat(solidity): use maintained parser and update highlights accordingly</title>
<updated>2023-02-24T21:05:33Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-02-24T12:42:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5c511dd1244fc8eeccf8920a5a4754ae01da296e'/>
<id>urn:sha1:5c511dd1244fc8eeccf8920a5a4754ae01da296e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(go): apply indents in a communication case in a select statement</title>
<updated>2023-02-24T09:37:58Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-02-24T08:58:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a3213e3dd7fc9a7fdaa402dacccf7a554dc2a848'/>
<id>urn:sha1:a3213e3dd7fc9a7fdaa402dacccf7a554dc2a848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix typos</title>
<updated>2023-02-23T19:39:43Z</updated>
<author>
<name>dundargoc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2023-02-23T19:30:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4612212c72a3fe683cbca2f99977ad63b942f70e'/>
<id>urn:sha1:4612212c72a3fe683cbca2f99977ad63b942f70e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>properly replace deprecated tsutils functions</title>
<updated>2023-02-12T22:26:14Z</updated>
<author>
<name>Kiyoon Kim</name>
<email>yoonkr33@gmail.com</email>
</author>
<published>2023-02-12T18:18:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7eb5f1a2e3949496f26c4084b521b30f2d08137a'/>
<id>urn:sha1:7eb5f1a2e3949496f26c4084b521b30f2d08137a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deprecate get_node_range and is_in_node_range</title>
<updated>2023-02-12T10:38:17Z</updated>
<author>
<name>Kiyoon Kim</name>
<email>yoonkr33@gmail.com</email>
</author>
<published>2023-02-12T00:39:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2c2430d42f30d1aef8715aed933272c9a6898f4e'/>
<id>urn:sha1:2c2430d42f30d1aef8715aed933272c9a6898f4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>simplify tests</title>
<updated>2023-01-31T11:23:13Z</updated>
<author>
<name>Alvaro Muñoz</name>
<email>pwntester@github.com</email>
</author>
<published>2023-01-31T11:20:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f6531e27fdce207ce6c47bf9ff82a485b3b63823'/>
<id>urn:sha1:f6531e27fdce207ce6c47bf9ff82a485b3b63823</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tests</title>
<updated>2023-01-31T11:23:13Z</updated>
<author>
<name>Alvaro Muñoz</name>
<email>pwntester@github.com</email>
</author>
<published>2023-01-31T10:36:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d335c39bffcd456e20f35f317a3578de6a6969b7'/>
<id>urn:sha1:d335c39bffcd456e20f35f317a3578de6a6969b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix tests</title>
<updated>2023-01-31T11:23:13Z</updated>
<author>
<name>Alvaro Muñoz</name>
<email>pwntester@github.com</email>
</author>
<published>2023-01-31T09:54:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c433b3c232e78a919f1e96b83ac4004f37f336e7'/>
<id>urn:sha1:c433b3c232e78a919f1e96b83ac4004f37f336e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ql indent tests</title>
<updated>2023-01-31T11:23:13Z</updated>
<author>
<name>Alvaro Muñoz</name>
<email>pwntester@github.com</email>
</author>
<published>2023-01-31T09:47:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9d6d348418c1ef2019a7c9327fd1486bc09b7bf6'/>
<id>urn:sha1:9d6d348418c1ef2019a7c9327fd1486bc09b7bf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents(c): update if cases</title>
<updated>2023-01-14T12:52:21Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-12T08:16:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f669924df2d19b73146fcb8034fbb436b38391cd'/>
<id>urn:sha1:f669924df2d19b73146fcb8034fbb436b38391cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents(c): Refactor indent queries</title>
<updated>2023-01-14T12:52:21Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-10T05:04:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2f5deed45628e4960fabfe28735d73a82eb59d98'/>
<id>urn:sha1:2f5deed45628e4960fabfe28735d73a82eb59d98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update indent-square-brackets.rb</title>
<updated>2023-01-09T21:17:50Z</updated>
<author>
<name>Cameron</name>
<email>Alleyria@gmail.com</email>
</author>
<published>2023-01-09T19:07:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5fb315df12a3091f241b0326aed0ec70381adbd8'/>
<id>urn:sha1:5fb315df12a3091f241b0326aed0ec70381adbd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create indent-square-brackets.rb</title>
<updated>2023-01-09T21:17:50Z</updated>
<author>
<name>Cameron</name>
<email>Alleyria@gmail.com</email>
</author>
<published>2023-01-09T19:06:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bb24f483cab22943b60fce3c6c0c5d7ac5dc8200'/>
<id>urn:sha1:bb24f483cab22943b60fce3c6c0c5d7ac5dc8200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow negative assertion in injection tests (#4107)</title>
<updated>2023-01-07T10:22:20Z</updated>
<author>
<name>lucario387</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-07T10:22:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=85d953449125702c7c11f4a2242c328f7a65fd5b'/>
<id>urn:sha1:85d953449125702c7c11f4a2242c328f7a65fd5b</id>
<content type='text'>
* tests(vue, svelte): strengthen tests

* fix(html, vue, svelte): fix wrong test format

* allow negative assertions in injection tests</content>
</entry>
<entry>
<title>fix(utils): swap_nodes calculates correct char_delta (#4110)</title>
<updated>2023-01-07T01:53:12Z</updated>
<author>
<name>Michael Lan</name>
<email>44309097+mizlan@users.noreply.github.com</email>
</author>
<published>2023-01-07T01:53:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0922634d371d45c344a559119ed398f91e399085'/>
<id>urn:sha1:0922634d371d45c344a559119ed398f91e399085</id>
<content type='text'>
* fix(utils): swap_nodes calculates correct char_delta

The char_delta is not calculated correctly right now when there are two
treesitter nodes being swapped, one directly following the other. This
is rare but can happen for example when attempting to swap "print" and
"(1)" in "print(1)". In this case an incorrect char_delta is calculated
because of a bug in range comparison.

* test(swap_nodes): check cursor

* add a regression test (for multiline node swap)
* add a test with adjacent swaps that fails when char_delta is not
  calculated correctly

* test(swap_nodes): check text content after swap

* test: note language for parser

* fix tests

* use same not equal for table comparison</content>
</entry>
<entry>
<title>Add tests correctly for ruby rescue/ensure indentation</title>
<updated>2023-01-06T18:48:42Z</updated>
<author>
<name>Cameron</name>
<email>Alleyria@gmail.com</email>
</author>
<published>2023-01-06T18:43:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2d8e6b666297ddf19cbf7cbc2b0f1928bc49224a'/>
<id>urn:sha1:2d8e6b666297ddf19cbf7cbc2b0f1928bc49224a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create indent-ensure.rb</title>
<updated>2023-01-06T18:48:42Z</updated>
<author>
<name>Cameron</name>
<email>Alleyria@gmail.com</email>
</author>
<published>2023-01-06T17:50:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=14bdbef4685480d814a4f7bdc0bb88085f810fcb'/>
<id>urn:sha1:14bdbef4685480d814a4f7bdc0bb88085f810fcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create indent-rescue.rb</title>
<updated>2023-01-06T18:48:42Z</updated>
<author>
<name>Cameron</name>
<email>Alleyria@gmail.com</email>
</author>
<published>2023-01-06T17:50:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7eb76dc29005f4cf8a37772018ed315b371c6057'/>
<id>urn:sha1:7eb76dc29005f4cf8a37772018ed315b371c6057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(jsx): add missing indent end mark to elements</title>
<updated>2023-01-04T11:14:03Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-03T16:57:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2cd89b4bc32911cf0998de6d8c7602eabf9dd137'/>
<id>urn:sha1:2cd89b4bc32911cf0998de6d8c7602eabf9dd137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(html): fix wrong indents for script/style tags</title>
<updated>2023-01-03T16:50:44Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-02T07:28:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8c71c6c5edfa447aaa867858e2e913340ea964b7'/>
<id>urn:sha1:8c71c6c5edfa447aaa867858e2e913340ea964b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(svelte): Remove duplicated queries</title>
<updated>2023-01-03T11:05:10Z</updated>
<author>
<name>Lucario387</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-02T01:47:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=28baed769815c54b243f0df606ccb4114287e772'/>
<id>urn:sha1:28baed769815c54b243f0df606ccb4114287e772</id>
<content type='text'>
These injection queries are defined already in html_tags, remove them

Signed-off-by: Pham Huy Hoang &lt;hoangtun0810@gmail.com&gt;
</content>
</entry>
<entry>
<title>refactor(vue, html): Update injections</title>
<updated>2023-01-03T11:05:10Z</updated>
<author>
<name>Lucario387</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-01-01T17:38:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f4b9b190baaa4c10d8e60108ceb61b486f6e1a3'/>
<id>urn:sha1:6f4b9b190baaa4c10d8e60108ceb61b486f6e1a3</id>
<content type='text'>
Update html_tags injections so that html/vue/svelte parsers can use
it without having a script/style tag being captured twice

Signed-off-by: Pham Huy Hoang &lt;hoangtun0810@gmail.com&gt;
</content>
</entry>
<entry>
<title>highlights(rust): use `@namespace` for `[(crate) (self) (super)]`</title>
<updated>2023-01-01T14:32:07Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2023-01-01T14:16:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6a31d9086e38bde36415c736ed189747971cf2af'/>
<id>urn:sha1:6a31d9086e38bde36415c736ed189747971cf2af</id>
<content type='text'>
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3992
</content>
</entry>
<entry>
<title>ci: allow negative assertions in tests</title>
<updated>2023-01-01T14:32:07Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2023-01-01T14:15:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c'/>
<id>urn:sha1:ab414f8b1c84d8d321f6a56a080132c9f1ce5c0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move 'in' to repeat</title>
<updated>2022-12-31T12:50:47Z</updated>
<author>
<name>Pedro Castro</name>
<email>aspeddro@gmail.com</email>
</author>
<published>2022-11-29T17:07:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6d2b0bd381428f5e550234dd058215502baeb3ab'/>
<id>urn:sha1:6d2b0bd381428f5e550234dd058215502baeb3ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix test</title>
<updated>2022-12-31T12:50:47Z</updated>
<author>
<name>Pedro Castro</name>
<email>aspeddro@gmail.com</email>
</author>
<published>2022-11-29T16:54:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ec3d4af1045f403c2e7f45d3df8b5db0b1658739'/>
<id>urn:sha1:ec3d4af1045f403c2e7f45d3df8b5db0b1658739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>r: update highlights</title>
<updated>2022-12-31T12:50:47Z</updated>
<author>
<name>Pedro Castro</name>
<email>aspeddro@gmail.com</email>
</author>
<published>2022-10-30T01:53:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=58c0d78de8d4fee3742381d77173ea50e828b47b'/>
<id>urn:sha1:58c0d78de8d4fee3742381d77173ea50e828b47b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(hcl,terraform): split terraform from hcl, add specialized queries for tf</title>
<updated>2022-12-29T21:18:41Z</updated>
<author>
<name>Michael Hoffmann</name>
<email>mhoffm@posteo.de</email>
</author>
<published>2022-12-02T22:47:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ee3e9f4dc0e5ee9e2bfb1ee47638375840b8fe0f'/>
<id>urn:sha1:ee3e9f4dc0e5ee9e2bfb1ee47638375840b8fe0f</id>
<content type='text'>
This enables us to have different queries for
terraform and general hcl. It solve the situation
where other dialects of hcl (nomad, packer, etc)
might use a terraform keyword and get highlighted
out of place.
</content>
</entry>
<entry>
<title>Fix(vue): Invalid match queries</title>
<updated>2022-12-25T16:43:25Z</updated>
<author>
<name>Lucario387</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2022-12-25T15:38:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f5d517f4a71e2570d1d63e7432471972a6b5418e'/>
<id>urn:sha1:f5d517f4a71e2570d1d63e7432471972a6b5418e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add test file</title>
<updated>2022-12-25T13:58:33Z</updated>
<author>
<name>Lucario387</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2022-12-24T07:30:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bbd7ecb25d607ce2bfd5294669014ede4669cc19'/>
<id>urn:sha1:bbd7ecb25d607ce2bfd5294669014ede4669cc19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(t32): initial support</title>
<updated>2022-12-21T22:57:06Z</updated>
<author>
<name>xasc</name>
<email>xasc@xasc.noreply.github.com</email>
</author>
<published>2022-11-06T16:44:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2d48cbc831dcfc4ccce4380467d82e908effd0ee'/>
<id>urn:sha1:2d48cbc831dcfc4ccce4380467d82e908effd0ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents(ecma): Fix switch default indent</title>
<updated>2022-12-07T17:05:33Z</updated>
<author>
<name>Raymond Ha</name>
<email>raymond@shraymonks.com</email>
</author>
<published>2022-12-07T06:08:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6c4772f7b667b98ed791ed48a78434506345bb25'/>
<id>urn:sha1:6c4772f7b667b98ed791ed48a78434506345bb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights: create subscoping for ternary operator</title>
<updated>2022-12-02T20:42:11Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-12-02T19:22:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d6a2ecb8b7093d6f6673cb6748bce9214a5099d3'/>
<id>urn:sha1:d6a2ecb8b7093d6f6673cb6748bce9214a5099d3</id>
<content type='text'>
After https://github.com/nvim-treesitter/nvim-treesitter/issues/470,
we decided to use `@conditional` for ternary operator instead of
operator despite `@conditional` is documented for keywords only.
A sub-scoping can make it easier for people to highlight this operator
group differently.

Also unify the usage of `@conditional...` across languages.
</content>
</entry>
<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>indents(r): support special operator</title>
<updated>2022-11-29T18:23:09Z</updated>
<author>
<name>Pedro Castro</name>
<email>aspeddro@gmail.com</email>
</author>
<published>2022-11-29T14:52:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=161576dde2a2172c6036e25600185e9497e71a24'/>
<id>urn:sha1:161576dde2a2172c6036e25600185e9497e71a24</id>
<content type='text'>
Close #3879
</content>
</entry>
<entry>
<title>highlights(hack): fix captures</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-11-20T13:14:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6725bef5ce43d62852d43e7eb01082f7721cd728'/>
<id>urn:sha1:6725bef5ce43d62852d43e7eb01082f7721cd728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(solidity): 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-28T14:26:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=08bd9d0e088aefa7eb9c1ccf773e2c0f477eeaa3'/>
<id>urn:sha1:08bd9d0e088aefa7eb9c1ccf773e2c0f477eeaa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(tiger): fix captures</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-10-22T15:19:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=353538d570727e38921aeee81f4ebfa0d891ec6f'/>
<id>urn:sha1:353538d570727e38921aeee81f4ebfa0d891ec6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(gleam): 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-22T13:52:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=276627849b31d03193801f2e31a47b4e32486228'/>
<id>urn:sha1:276627849b31d03193801f2e31a47b4e32486228</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>highlights(gitattributes): fix captures</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-10-17T17:06:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=54ca5ae2f024769d09e764a8048c2289a71328b7'/>
<id>urn:sha1:54ca5ae2f024769d09e764a8048c2289a71328b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(typescript): Fix as highlight</title>
<updated>2022-11-24T23:34:25Z</updated>
<author>
<name>Raymond Ha</name>
<email>raymond@shraymonks.com</email>
</author>
<published>2022-11-24T19:12:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ef24c633f6945e87e8d5717d146ad6601cd7e99f'/>
<id>urn:sha1:ef24c633f6945e87e8d5717d146ad6601cd7e99f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(ecma): add pair_pattern punctuation.delimiter</title>
<updated>2022-10-17T21:37:36Z</updated>
<author>
<name>Munif Tanjim</name>
<email>hello@muniftanjim.dev</email>
</author>
<published>2022-10-17T11:55:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=63d7e456ea8d5f272e3b032d024f8bcfcc650ecb'/>
<id>urn:sha1:63d7e456ea8d5f272e3b032d024f8bcfcc650ecb</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>test(gitattributes): add tests for highlights</title>
<updated>2022-10-15T15:44:41Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-09-28T14:48:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0bfeb5484ec6323df6504cd0548dc9c1dc636aef'/>
<id>urn:sha1:0bfeb5484ec6323df6504cd0548dc9c1dc636aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(rust): distinguish between "for" in loops and impl_item</title>
<updated>2022-10-15T11:02:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-10-15T00:29:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=53742779e390d8e0363ac7b253f9a3cf73fc498d'/>
<id>urn:sha1:53742779e390d8e0363ac7b253f9a3cf73fc498d</id>
<content type='text'>
Fixes #3641
</content>
</entry>
<entry>
<title>fix(php): add indent for enums</title>
<updated>2022-10-10T21:01:22Z</updated>
<author>
<name>gbprod</name>
<email>contact@gb-prod.fr</email>
</author>
<published>2022-10-07T09:08:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3096e637c8d78fd9e9078f752dce2da2cc6d531e'/>
<id>urn:sha1:3096e637c8d78fd9e9078f752dce2da2cc6d531e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix php indent for short array declaration</title>
<updated>2022-10-06T12:55:11Z</updated>
<author>
<name>gbprod</name>
<email>contact@gb-prod.fr</email>
</author>
<published>2022-10-06T07:17:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=84e23bd979ac17307e9cb5d93c6ec5b5a5bf1ba0'/>
<id>urn:sha1:84e23bd979ac17307e9cb5d93c6ec5b5a5bf1ba0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(test): update tests to Nvim 0.8</title>
<updated>2022-10-02T13:29:34Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-10-02T09:58:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8e763332b7bf7b3a426fd8707b7f5aa85823a5ac'/>
<id>urn:sha1:8e763332b7bf7b3a426fd8707b7f5aa85823a5ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents(wgsl): add  indents.scm</title>
<updated>2022-09-28T23:25:07Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-30T22:23:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=27cba73df9ddca00c066c7ebb514576a99bb8b2c'/>
<id>urn:sha1:27cba73df9ddca00c066c7ebb514576a99bb8b2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(hack): use `@function.call`/`@method.call`</title>
<updated>2022-09-11T11:16:06Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-29T21:46:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d11d35fb614cb58033b29de7b33832ae48d3e666'/>
<id>urn:sha1:d11d35fb614cb58033b29de7b33832ae48d3e666</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(ecma): use `@method.call`/`function.call`</title>
<updated>2022-09-11T11:16:06Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-29T21:31:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f66a911a953729f79b1e523a5e950dfdece39902'/>
<id>urn:sha1:f66a911a953729f79b1e523a5e950dfdece39902</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: add test for #3382 (wrong JS array indent)</title>
<updated>2022-09-10T19:59:21Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-27T08:53:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c30f73aaa41faa3988eb73f2beabf451f58e9124'/>
<id>urn:sha1:c30f73aaa41faa3988eb73f2beabf451f58e9124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci(indents): add known failure case for #3364</title>
<updated>2022-08-30T06:02:42Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-27T10:09:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e60cdd0278173315b9ddd5a8f38b16e214bab3dd'/>
<id>urn:sha1:e60cdd0278173315b9ddd5a8f38b16e214bab3dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents(go): no indent at all composite_literal, indent at struct_type</title>
<updated>2022-08-15T20:34:16Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-10T21:01:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d1ce3db8ea608bd5b10171ce23b2867eddad427a'/>
<id>urn:sha1:d1ce3db8ea608bd5b10171ce23b2867eddad427a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indens(go): fix issue 3288</title>
<updated>2022-08-15T20:34:16Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-10T19:39:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ac5456567aba6b90aeb92326b7510fc6a4530915'/>
<id>urn:sha1:ac5456567aba6b90aeb92326b7510fc6a4530915</id>
<content type='text'>
Fixes #3288
</content>
</entry>
<entry>
<title>fix(ruby): indent of brackets &amp; parens</title>
<updated>2022-08-13T10:40:17Z</updated>
<author>
<name>Zheng Piaodan</name>
<email>zhengpiaodan@gmail.com</email>
</author>
<published>2022-08-13T08:56:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=48d88ddbff301d69703f0942c75603d545670782'/>
<id>urn:sha1:48d88ddbff301d69703f0942c75603d545670782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ruby): indent parenthesized_statements</title>
<updated>2022-08-13T10:40:17Z</updated>
<author>
<name>Zheng Piaodan</name>
<email>zhengpiaodan@gmail.com</email>
</author>
<published>2022-08-13T08:06:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=65a1817ba3e6ef4196842aec9f6e3ac15612955f'/>
<id>urn:sha1:65a1817ba3e6ef4196842aec9f6e3ac15612955f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable expandtab</title>
<updated>2022-08-08T21:07:30Z</updated>
<author>
<name>phynalle</name>
<email>phynalism@gmail.com</email>
</author>
<published>2022-08-08T21:04:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2815cb82fd3a48164595e3d07d0bfbe473d4147'/>
<id>urn:sha1:d2815cb82fd3a48164595e3d07d0bfbe473d4147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add zig tests for newline</title>
<updated>2022-08-08T21:07:30Z</updated>
<author>
<name>phynalle</name>
<email>phynalism@gmail.com</email>
</author>
<published>2022-08-08T13:00:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5c7f9d2ddba764b18182c77462e6902721befbb0'/>
<id>urn:sha1:5c7f9d2ddba764b18182c77462e6902721befbb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents(go): improve `@branch` rules</title>
<updated>2022-08-05T19:32:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-08-05T19:04:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=27424a2040efac021d6d86e14588c3998af99ccd'/>
<id>urn:sha1:27424a2040efac021d6d86e14588c3998af99ccd</id>
<content type='text'>
- Don't branch at `case`
- Let `import_spec_list`/`var_declaration` behave like
  `const_declaration`

Fixes #2166
</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>feat(ts_utils): allow starting selection after last character (#3233)</title>
<updated>2022-07-29T15:35:29Z</updated>
<author>
<name>Axel Dahlberg</name>
<email>git@valleymnt.com</email>
</author>
<published>2022-07-29T15:35:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0d7fab0c3323ed2e50ccdf14fd24fbbad664f7b1'/>
<id>urn:sha1:0d7fab0c3323ed2e50ccdf14fd24fbbad664f7b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove executable permissions on graphql spec file (#3206)</title>
<updated>2022-07-22T08:14:48Z</updated>
<author>
<name>Kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-22T08:14:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=783c74cefc21eda9602acc3f50409432c95c76b8'/>
<id>urn:sha1:783c74cefc21eda9602acc3f50409432c95c76b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(indents): indents for error block (css, lua) (#3207)</title>
<updated>2022-07-21T11:48:03Z</updated>
<author>
<name>Kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-21T11:48:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d7f06bfb1381a2741c1bcbadf1bc1e3ed77abea4'/>
<id>urn:sha1:d7f06bfb1381a2741c1bcbadf1bc1e3ed77abea4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: add more indentations for ruby (#3139)</title>
<updated>2022-07-09T08:58:25Z</updated>
<author>
<name>Eric Zheng (PiaoDan)</name>
<email>zhengpiaodan@gmail.com</email>
</author>
<published>2022-07-09T08:58:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9587db3d077de1e118f40f8b880b36e594ba9ce6'/>
<id>urn:sha1:9587db3d077de1e118f40f8b880b36e594ba9ce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(rust): remove if_let from indent captures</title>
<updated>2022-07-07T22:27:51Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-02T09:49:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8bc4d046e7eb6cc0e552970a7f031b8999e797f6'/>
<id>urn:sha1:8bc4d046e7eb6cc0e552970a7f031b8999e797f6</id>
<content type='text'>
fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073
</content>
</entry>
<entry>
<title>fix(go): indent const declaration</title>
<updated>2022-07-07T22:14:29Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-02T10:47:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6eb35103d08bbd35d9e7e3cd3987d85451c7e329'/>
<id>urn:sha1:6eb35103d08bbd35d9e7e3cd3987d85451c7e329</id>
<content type='text'>
https://github.com/nvim-treesitter/nvim-treesitter/issues/3104
</content>
</entry>
<entry>
<title>fix(ecma): indent end for bracket (#3121)</title>
<updated>2022-07-07T12:35:12Z</updated>
<author>
<name>Kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-07T12:35:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f3fbb26222a9d4be17d62e66f7c42683efb88c6'/>
<id>urn:sha1:6f3fbb26222a9d4be17d62e66f7c42683efb88c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for custom parser install locations #2959  (#3031)</title>
<updated>2022-06-20T20:50:07Z</updated>
<author>
<name>Duncan McDougall</name>
<email>dncn.mcdougall@gmail.com</email>
</author>
<published>2022-06-20T20:50:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=901ffe1a363f21c168eacf011dce4f905fd26d5f'/>
<id>urn:sha1:901ffe1a363f21c168eacf011dce4f905fd26d5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test(indents/yaml): add tests</title>
<updated>2022-06-14T20:37:52Z</updated>
<author>
<name>Phelipe Teles</name>
<email>phelipe_teles@hotmail.com</email>
</author>
<published>2022-06-06T21:23:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=589d18ab68298fead08d49072cc94e501d9b64a8'/>
<id>urn:sha1:589d18ab68298fead08d49072cc94e501d9b64a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(tiger): add 'ft' modeline in highlight corpus</title>
<updated>2022-06-14T20:34:03Z</updated>
<author>
<name>Bruno BELANYI</name>
<email>bruno@belanyi.fr</email>
</author>
<published>2022-06-14T19:16:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fcba0368a67661848a45769de065f87c1154b963'/>
<id>urn:sha1:fcba0368a67661848a45769de065f87c1154b963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(tiger): adjust invalid queries</title>
<updated>2022-06-14T20:34:03Z</updated>
<author>
<name>Bruno BELANYI</name>
<email>bruno@belanyi.fr</email>
</author>
<published>2022-06-14T18:01:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b8e3b03748e0c796648360417650302a826ada91'/>
<id>urn:sha1:b8e3b03748e0c796648360417650302a826ada91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test(tiger): import upstream tests</title>
<updated>2022-06-14T20:34:03Z</updated>
<author>
<name>Bruno BELANYI</name>
<email>bruno@belanyi.fr</email>
</author>
<published>2022-06-14T15:30:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6e3f888dc7e5ea78e121c9ee41d365f339957824'/>
<id>urn:sha1:6e3f888dc7e5ea78e121c9ee41d365f339957824</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't expect any change on reindenting the whole unfinished-call.php</title>
<updated>2022-05-15T12:52:43Z</updated>
<author>
<name>przepompownia</name>
<email>przepompownia@users.noreply.github.com</email>
</author>
<published>2022-05-14T15:25:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=910743c77a3a72eead4cf477383765d3d9599224'/>
<id>urn:sha1:910743c77a3a72eead4cf477383765d3d9599224</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unfinished-call.php: expect 0-column indentation</title>
<updated>2022-05-15T12:52:43Z</updated>
<author>
<name>przepompownia</name>
<email>przepompownia@users.noreply.github.com</email>
</author>
<published>2022-05-13T22:50:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d4d77b315f78a73ef21e31e8aa8b51b79cd842e1'/>
<id>urn:sha1:d4d77b315f78a73ef21e31e8aa8b51b79cd842e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused XFAIL</title>
<updated>2022-05-15T12:52:43Z</updated>
<author>
<name>przepompownia</name>
<email>przepompownia@users.noreply.github.com</email>
</author>
<published>2022-05-13T22:39:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c43d2cec086b6d43abd4b1931dc82e0be5086638'/>
<id>urn:sha1:c43d2cec086b6d43abd4b1931dc82e0be5086638</id>
<content type='text'>
</content>
</entry>
</feed>
