<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/autoload/nvim_treesitter.vim, branch test/init</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/autoload/nvim_treesitter.vim?h=test%2Finit</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/autoload/nvim_treesitter.vim?h=test%2Finit'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2025-05-12T16:43:40Z</updated>
<entry>
<title>feat!: drop modules, general refactor and cleanup</title>
<updated>2025-05-12T16:43:40Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-06-12T15:54:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=692b051b09935653befdb8f7ba8afdb640adf17b'/>
<id>urn:sha1:692b051b09935653befdb8f7ba8afdb640adf17b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: cleanup main file, move statusline in module</title>
<updated>2022-07-18T13:44:59Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-07-18T10:29:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8b748a7570b89822d47ac0ed0f694efda6523c7d'/>
<id>urn:sha1:8b748a7570b89822d47ac0ed0f694efda6523c7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore!: remove ensure_installed='maintained'</title>
<updated>2022-04-30T09:42:46Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-16T09:41:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bc25a6a5c4fd659bbf78ba0a2442ecf14eb00398'/>
<id>urn:sha1:bc25a6a5c4fd659bbf78ba0a2442ecf14eb00398</id>
<content type='text'>
Removes all support (and tests) for the parser category "maintained", as
this is no longer a useful category.

BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit
list of parsers, or use `'all'` (not recommended).
</content>
</entry>
<entry>
<title>feat: Add TSEditQuery</title>
<updated>2021-04-14T14:23:21Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-07T14:38:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4214646953fe7d621f198a36befc993cd2831834'/>
<id>urn:sha1:4214646953fe7d621f198a36befc993cd2831834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(install): add "maintained" option to only install maintained parsers</title>
<updated>2020-10-26T11:42:10Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-27T10:13:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c3b526fe51d6f4dd1dda099d69258909d0abb531'/>
<id>urn:sha1:c3b526fe51d6f4dd1dda099d69258909d0abb531</id>
<content type='text'>
Unmaintained parsers only give users little benefit but take sometimes a
a long time to install (e.g. Markdown, Julia, Haskell parser). We could
recommend to only install maintained parsers by default.
</content>
</entry>
<entry>
<title>start indent module</title>
<updated>2020-10-19T19:08:15Z</updated>
<author>
<name>kiyan42</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2020-10-12T23:02:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=36b5f6f075114b5566d0ab225f97466ff36de41f'/>
<id>urn:sha1:36b5f6f075114b5566d0ab225f97466ff36de41f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old statusline implementation with new one.</title>
<updated>2020-10-11T11:35:18Z</updated>
<author>
<name>Kristijan Husak</name>
<email>husakkristijan@gmail.com</email>
</author>
<published>2020-10-09T17:08:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3aa7e575e23228477e16940d2bc786a52a142eb8'/>
<id>urn:sha1:3aa7e575e23228477e16940d2bc786a52a142eb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add implementation for improved statusline. Closes #545.</title>
<updated>2020-10-11T11:35:18Z</updated>
<author>
<name>Kristijan Husak</name>
<email>kristijan.husak@saturized.com</email>
</author>
<published>2020-10-09T11:43:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=62df1143da1e7c1d02a883f5ead2479ec17729ed'/>
<id>urn:sha1:62df1143da1e7c1d02a883f5ead2479ec17729ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completion: use custom instead of customlist</title>
<updated>2020-09-05T17:29:46Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-09-05T15:20:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7a1f6b15865b666a68811869b1b6f507f15c36ce'/>
<id>urn:sha1:7a1f6b15865b666a68811869b1b6f507f15c36ce</id>
<content type='text'>
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396
</content>
</entry>
<entry>
<title>Refactor: move completion functions to autoload</title>
<updated>2020-09-04T19:20:30Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-09-04T17:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1ba18329c75b93e5c8b31fbfeea63637c79d1359'/>
<id>urn:sha1:1ba18329c75b93e5c8b31fbfeea63637c79d1359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add syntax-based folding</title>
<updated>2020-05-25T09:19:38Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-05-25T08:26:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fbade728fed18a084bc5601a62628d3dec0c631c'/>
<id>urn:sha1:fbade728fed18a084bc5601a62628d3dec0c631c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: provide a statusline indicator</title>
<updated>2020-05-05T18:06:45Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-05-05T13:04:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7682a1a49f7c3be58df18dfc18ad3ba65dd3be1f'/>
<id>urn:sha1:7682a1a49f7c3be58df18dfc18ad3ba65dd3be1f</id>
<content type='text'>
It will show the current branch at the cursor going the tree as such.
root-&gt;node-&gt;subnode-&gt;leaf

If an argument is provided to `statusline`, then the tree will be
truncated as follows :
..-&gt;subnode-&gt;subnode
</content>
</entry>
</feed>
