<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/autoload, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/autoload?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/autoload?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2022-07-18T13:44:59Z</updated>
<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>refactor!: update to Neovim 0.7 APIs</title>
<updated>2022-04-30T14:08:01Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-16T15:49:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=07eb437bb1c4c0a0298553dd509294f82362d6bc'/>
<id>urn:sha1:07eb437bb1c4c0a0298553dd509294f82362d6bc</id>
<content type='text'>
* set highlight groups via nvim_set_hl
* define autocommands via nvim_create_autocmd
* port plugin/nvim-treesitter.vim to Lua
* port healthcheck to Lua
</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(healthcheck): support native lua healthchecks, and fixes</title>
<updated>2021-10-11T07:47:16Z</updated>
<author>
<name>Javier López</name>
<email>graulopezjavier@gmail.com</email>
</author>
<published>2021-10-06T14:29:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=66f1873213617a334d4a7af947dad5b2b796dab2'/>
<id>urn:sha1:66f1873213617a334d4a7af947dad5b2b796dab2</id>
<content type='text'>
After neovim/neovim#15259 lua healthchecks are called directly and are
prefered over neovim autoload ones. The discover of Lua ones requires
the function to be named "check()".

Also the mentioned PR changed the design of healthchecks to not use
output capturing, therefore avoid printing and instead concatenate and
call the health functions.
</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>
<entry>
<title>feat: add checkhealth</title>
<updated>2020-04-21T11:38:16Z</updated>
<author>
<name>kiyan42</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2020-04-20T20:33:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=698453e50ca1341245ff6c3f5303991a6f919342'/>
<id>urn:sha1:698453e50ca1341245ff6c3f5303991a6f919342</id>
<content type='text'>
</content>
</entry>
</feed>
