<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/make/folds.scm, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/make/folds.scm?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/make/folds.scm?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2025-02-27T08:53:09Z</updated>
<entry>
<title>feat(make): fold `define` statements.</title>
<updated>2025-02-27T08:53:09Z</updated>
<author>
<name>Andreas Hartmann</name>
<email>hartan@7x.de</email>
</author>
<published>2025-02-27T07:56:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a83032cee117b2df9848c6d65b67e5db1de89f34'/>
<id>urn:sha1:a83032cee117b2df9848c6d65b67e5db1de89f34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: query formatting</title>
<updated>2024-01-19T15:58:37Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2024-01-06T06:05:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9'/>
<id>urn:sha1:57a8acf0c4ed5e7f6dda83c3f9b073f8a99a70f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(fold): don't include whitespace end regions</title>
<updated>2022-09-12T10:49:51Z</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2022-04-21T09:48:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2eaf18826988f921ddb39e4a2e7d23d95bb0e52a'/>
<id>urn:sha1:2eaf18826988f921ddb39e4a2e7d23d95bb0e52a</id>
<content type='text'>
Some languages that are difficult to parse via Treesitter may
incorrectly include whitespace lines at the end of regions. This can
makes the calculated folds sub-optimal.

To recitfy, use a custom directive (trim), to calculate the range with
the trailing whitespace lines removed. Note this only works if the
region end column is 0.

Also added folds for Make.
</content>
</entry>
</feed>
