<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/doc, branch master</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/doc?h=master</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/doc?h=master'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2023-03-24T17:07:53Z</updated>
<entry>
<title>use indent.X syntax for captures and properties of set directives</title>
<updated>2023-03-24T17:07:53Z</updated>
<author>
<name>George Harker</name>
<email>george@george-graphics.co.uk</email>
</author>
<published>2023-03-20T21:44:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cb568af5393241e5dbc9c19157c5df5e9ca9af2d'/>
<id>urn:sha1:cb568af5393241e5dbc9c19157c5df5e9ca9af2d</id>
<content type='text'>
update CONTRIBUTING.md

adjust indents for bass

fix doc capture comment
</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>docs: fix typo</title>
<updated>2023-03-21T06:23:52Z</updated>
<author>
<name>Zhizhen He</name>
<email>hezhizhen.yi@gmail.com</email>
</author>
<published>2023-03-21T05:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a1df50a79f0e422b3c99680071f32994893f3a3d'/>
<id>urn:sha1:a1df50a79f0e422b3c99680071f32994893f3a3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use positive option "allow_duplicates" instead of negative "dedupe"</title>
<updated>2023-02-24T22:55:30Z</updated>
<author>
<name>Nat Williams</name>
<email>nat.williams@kin.com</email>
</author>
<published>2023-02-02T19:26:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=20a8f30ace9fa9209b1c345311a36e91ab2f6d1d'/>
<id>urn:sha1:20a8f30ace9fa9209b1c345311a36e91ab2f6d1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add statusline option to dedupe or not</title>
<updated>2023-02-24T22:55:30Z</updated>
<author>
<name>Nat Williams</name>
<email>nat.williams@kin.com</email>
</author>
<published>2023-02-02T19:16:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3fab7abf6f653eb92eee74c19ce5e655536ced87'/>
<id>urn:sha1:3fab7abf6f653eb92eee74c19ce5e655536ced87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update docs for transform_fn</title>
<updated>2023-02-24T22:55:30Z</updated>
<author>
<name>Nat Williams</name>
<email>nat.williams@kin.com</email>
</author>
<published>2023-02-02T15:42:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=34adfe8e95d31ba21c274ad11c6e16472ba5ef65'/>
<id>urn:sha1:34adfe8e95d31ba21c274ad11c6e16472ba5ef65</id>
<content type='text'>
to reflect additional node argument
</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>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>Correct previously edited docs file</title>
<updated>2022-08-03T19:05:30Z</updated>
<author>
<name>lfenzo</name>
<email>lfenzo@protonmail.com</email>
</author>
<published>2022-07-29T23:50:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=77675b67061c30dedfa4219ab58f2280e95b5ed2'/>
<id>urn:sha1:77675b67061c30dedfa4219ab58f2280e95b5ed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated nvim-tresitter.txt doc</title>
<updated>2022-08-03T19:05:30Z</updated>
<author>
<name>lfenzo</name>
<email>lfenzo@protonmail.com</email>
</author>
<published>2022-07-25T22:51:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8665a99a0fb2f7db8bbf0e9791e6956c1b4069c2'/>
<id>urn:sha1:8665a99a0fb2f7db8bbf0e9791e6956c1b4069c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: fix typos (#3163)</title>
<updated>2022-07-11T06:12:32Z</updated>
<author>
<name>adrian5</name>
<email>adrian5@users.noreply.github.com</email>
</author>
<published>2022-07-11T06:12:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ba806c2480aa1a1895bf21b8362de8efc0e6712e'/>
<id>urn:sha1:ba806c2480aa1a1895bf21b8362de8efc0e6712e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add option to auto-install missing parsers (#3130)</title>
<updated>2022-07-08T07:36:54Z</updated>
<author>
<name>Jonas Strittmatter</name>
<email>40792180+smjonas@users.noreply.github.com</email>
</author>
<published>2022-07-08T07:36:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=365f0eb75f4b8de4655476388c99aaa97f149ded'/>
<id>urn:sha1:365f0eb75f4b8de4655476388c99aaa97f149ded</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>chore: deprecate ts_utils.get_node_text</title>
<updated>2022-04-18T12:17:51Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-04-15T20:12:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c3848e713a8272e524a7eabe9eb0897cf2d6932e'/>
<id>urn:sha1:c3848e713a8272e524a7eabe9eb0897cf2d6932e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore!: deprecate ensure_installed=maintained</title>
<updated>2022-04-10T11:24:57Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-09T09:50:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=acd01551a3185118f58f0708b7fffdb2465e39f1'/>
<id>urn:sha1:acd01551a3185118f58f0708b7fffdb2465e39f1</id>
<content type='text'>
BREAKING CHANGE: specify explicit list or use `ensure_installed='all'`
(not recommended)
</content>
</entry>
<entry>
<title>fix(modules): enabling disabling per buffer and globally</title>
<updated>2022-04-10T09:10:12Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-04-09T12:41:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7141393f1284f518e4393da24ebda0a03111e6fd'/>
<id>urn:sha1:7141393f1284f518e4393da24ebda0a03111e6fd</id>
<content type='text'>
When a module is disabled by default in the config, running
TSBufEnable will not enable the module because the is_enabled
function will always return false, thus the module not being enabled.
Also, disabling/enabling the buffers is flaky.

This commit adds per buffer check when the module is not disabled. It
also makes the enable and disable more indempotent.

i've also renamed TS*All to TS*.

Fixes #2754
</content>
</entry>
<entry>
<title>Add capture groups for remaining builtin highlight groups</title>
<updated>2022-03-30T20:14:23Z</updated>
<author>
<name>Gregory Anders</name>
<email>greg@gpanders.com</email>
</author>
<published>2022-03-24T14:02:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e2b2d2357b227b1d2548b6bfb3506b3a93b9e636'/>
<id>urn:sha1:e2b2d2357b227b1d2548b6bfb3506b3a93b9e636</id>
<content type='text'>
Some builtin highlight groups (see `:h group-name`) do not yet have
associated capture groups, so add them.
</content>
</entry>
<entry>
<title>refacto: expose a function to set custom capture for the higlighter</title>
<updated>2022-02-19T17:26:51Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-02-06T14:15:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=560e8fb4500ac481601d2511b40f730b4515820e'/>
<id>urn:sha1:560e8fb4500ac481601d2511b40f730b4515820e</id>
<content type='text'>
BREAKING: deprecate custom_captures from highlight config.
This allows plugin authors to extend the map. It also avoids settings
user configuration specific values during the highlighter
initialization (SOC).
Not sure how much value this brings, and might potentially break a lot
of people configurations. This is questionable.
</content>
</entry>
<entry>
<title>chore: update init.vim refs to init.lua</title>
<updated>2022-02-11T09:42:03Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-02-09T20:56:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cf21576b0c60c9e6282af3c053b56949a524d13e'/>
<id>urn:sha1:cf21576b0c60c9e6282af3c053b56949a524d13e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove lua heredocs in documentation and readme</title>
<updated>2022-02-11T09:42:03Z</updated>
<author>
<name>kiyan</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2022-02-09T20:54:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2e67eace75c7fff4c73ec0215eabfe359f36fc48'/>
<id>urn:sha1:2e67eace75c7fff4c73ec0215eabfe359f36fc48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: add missing vim table in the example</title>
<updated>2022-01-22T10:09:39Z</updated>
<author>
<name>monkoose</name>
<email>monkoose@protonmail.com</email>
</author>
<published>2022-01-22T09:59:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=500f58f5ace8f23d4fc43c2df2248414033f5702'/>
<id>urn:sha1:500f58f5ace8f23d4fc43c2df2248414033f5702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make example config more easy to read</title>
<updated>2021-12-18T13:50:48Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-12-18T01:49:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4aa9f6b7f71a18e3d904bd80388bbf05f0534102'/>
<id>urn:sha1:4aa9f6b7f71a18e3d904bd80388bbf05f0534102</id>
<content type='text'>
Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/2095#issuecomment-992759818
</content>
</entry>
<entry>
<title>Fix docs</title>
<updated>2021-11-27T23:31:02Z</updated>
<author>
<name>patrick96</name>
<email>p.ziegler96@gmail.com</email>
</author>
<published>2021-11-20T21:34:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2174f1d29086b51124d084f9402c5f9731f21bd'/>
<id>urn:sha1:d2174f1d29086b51124d084f9402c5f9731f21bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completely remove condition from documentation</title>
<updated>2021-11-27T23:31:02Z</updated>
<author>
<name>patrick96</name>
<email>p.ziegler96@gmail.com</email>
</author>
<published>2021-11-20T21:32:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e8bde2fe61461735ed6ef369e6ccbb5edbb07e81'/>
<id>urn:sha1:e8bde2fe61461735ed6ef369e6ccbb5edbb07e81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make disable accept a function</title>
<updated>2021-11-27T23:31:02Z</updated>
<author>
<name>patrick96</name>
<email>p.ziegler96@gmail.com</email>
</author>
<published>2021-11-20T21:31:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d24a1c63d4057e858d47e4594c8899cbf1536121'/>
<id>urn:sha1:d24a1c63d4057e858d47e4594c8899cbf1536121</id>
<content type='text'>
Replaces the condition setting (though it does the exact inverse)
</content>
</entry>
<entry>
<title>Rename cond to condition</title>
<updated>2021-11-27T23:31:02Z</updated>
<author>
<name>patrick96</name>
<email>p.ziegler96@gmail.com</email>
</author>
<published>2021-11-13T17:27:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=76673d61c3e20de7b10562c4ac8bbbca64e2e999'/>
<id>urn:sha1:76673d61c3e20de7b10562c4ac8bbbca64e2e999</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add documentation for cond setting</title>
<updated>2021-11-27T23:31:02Z</updated>
<author>
<name>patrick96</name>
<email>p.ziegler96@gmail.com</email>
</author>
<published>2021-11-13T11:55:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=be1c93f848bb57d4392068c708db25e72247615e'/>
<id>urn:sha1:be1c93f848bb57d4392068c708db25e72247615e</id>
<content type='text'>
Ref: #1994
</content>
</entry>
<entry>
<title>docs: move description to the first line</title>
<updated>2021-11-05T23:32:19Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2021-11-05T11:49:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=83efae51bfe92163e7cb0d215d9e9f746830ab6f'/>
<id>urn:sha1:83efae51bfe92163e7cb0d215d9e9f746830ab6f</id>
<content type='text'>
This will make the description of nvim-treesitter show up in the LOCAL
ADDITIONS section of the help text. So this

|nvim-treesitter|

instead becomes

|nvim-treesitter|  Treesitter configurations and abstraction layer for Neovim.
</content>
</entry>
<entry>
<title>chore: fix typos</title>
<updated>2021-11-02T22:47:48Z</updated>
<author>
<name>Dundar Göc</name>
<email>gocdundar@gmail.com</email>
</author>
<published>2021-11-01T21:35:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6a4fdb317d42a8462621764ff97ad3bc8ff496cf'/>
<id>urn:sha1:6a4fdb317d42a8462621764ff97ad3bc8ff496cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update nvim-treesitter-highlights</title>
<updated>2021-09-14T19:15:20Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2021-08-29T19:43:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1d8dd9665c832b174e1bea8cea736abdf73de1c3'/>
<id>urn:sha1:1d8dd9665c832b174e1bea8cea736abdf73de1c3</id>
<content type='text'>
- Fix misspellings, missing punctuation and capitalization.
- Clarify whether highlights apply to identifiers (e.g. `TSConstant`)
  or to literal values (e.g. `TSConstBuiltin`).
- Extend examples.

See #1767
</content>
</entry>
<entry>
<title>add @tag.attribute for html like attributes</title>
<updated>2021-07-14T08:13:13Z</updated>
<author>
<name>lmlorca</name>
<email>luismlorca@gmail.com</email>
</author>
<published>2021-07-14T00:21:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fb5d6e04a87863d01a45dab2cbafec4e2a74822b'/>
<id>urn:sha1:fb5d6e04a87863d01a45dab2cbafec4e2a74822b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc: be more explicit about additional_vim_regex_highlighting (#1561)</title>
<updated>2021-07-13T23:08:57Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-07-13T23:08:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=29113e6892a46d4afff41417c0be7122a3b97ae6'/>
<id>urn:sha1:29113e6892a46d4afff41417c0be7122a3b97ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Highlights: define string.special (#1551)</title>
<updated>2021-07-11T20:59:53Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-07-11T20:59:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=647268183f8eb164bf8c94ec1c87634f51f5c34a'/>
<id>urn:sha1:647268183f8eb164bf8c94ec1c87634f51f5c34a</id>
<content type='text'>
* Highlights: define string.special

This was in our CONTRIBUTING.md file,
but wasn't defined.

Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1405

* Use string.escape</content>
</entry>
<entry>
<title>Folds: support 'foldminlines'</title>
<updated>2021-07-08T19:42:02Z</updated>
<author>
<name>Munif Tanjim</name>
<email>hello@muniftanjim.dev</email>
</author>
<published>2021-07-08T17:08:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=97761acaff346bb7d2350ee0c6d42012fe5985b6'/>
<id>urn:sha1:97761acaff346bb7d2350ee0c6d42012fe5985b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: mention that indentation is still experimental</title>
<updated>2021-07-05T17:26:35Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-07-05T17:11:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3413581b584f8fd124e299b57d77e1ee01886a05'/>
<id>urn:sha1:3413581b584f8fd124e299b57d77e1ee01886a05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: document `additional_vim_regex_highlighting` option</title>
<updated>2021-07-05T17:24:05Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-07-05T17:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f3d0bdcf6faec7ce2620aa691cfe6391a01a6d55'/>
<id>urn:sha1:f3d0bdcf6faec7ce2620aa691cfe6391a01a6d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(keywords) merge return and yield into keyword.return group</title>
<updated>2021-07-04T19:49:17Z</updated>
<author>
<name>antonk52</name>
<email>halloy52@gmail.com</email>
</author>
<published>2021-07-04T17:24:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=90f15d9bf750e35666e029174481dafbe5fde817'/>
<id>urn:sha1:90f15d9bf750e35666e029174481dafbe5fde817</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(keywords) add keyword.return &amp; keyword.yield</title>
<updated>2021-07-04T19:49:17Z</updated>
<author>
<name>antonk52</name>
<email>halloy52@gmail.com</email>
</author>
<published>2021-07-04T16:55:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bd9095e96986fbb65829a3dbc598f9b35d9b7db2'/>
<id>urn:sha1:bd9095e96986fbb65829a3dbc598f9b35d9b7db2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-introduce prompting for installation</title>
<updated>2021-07-04T12:59:13Z</updated>
<author>
<name>Shane Hird</name>
<email>shane.hird@csgicorp.com</email>
</author>
<published>2021-07-02T11:57:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a8d64922fa7d3c3f8adc3c308922a5538064d3b9'/>
<id>urn:sha1:a8d64922fa7d3c3f8adc3c308922a5538064d3b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TSUpdate does not install if up to date</title>
<updated>2021-07-04T12:59:13Z</updated>
<author>
<name>Shane Hird</name>
<email>shane.hird@csgicorp.com</email>
</author>
<published>2021-06-24T13:20:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=76ea2b8871d2d053da46a7202efec12020d9c76e'/>
<id>urn:sha1:76ea2b8871d2d053da46a7202efec12020d9c76e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix typo: Enviroment -&gt; Environment</title>
<updated>2021-06-22T05:27:00Z</updated>
<author>
<name>kmarius</name>
<email>froase@gmail.com</email>
</author>
<published>2021-06-21T21:08:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8adb2e0352858d1b12c0b4ee3617c9f38ed8c53b'/>
<id>urn:sha1:8adb2e0352858d1b12c0b4ee3617c9f38ed8c53b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: update nvim-treesitter-highlights</title>
<updated>2021-04-24T14:52:37Z</updated>
<author>
<name>Munif Tanjim</name>
<email>muniftanjim@gmail.com</email>
</author>
<published>2021-04-24T14:41:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4a802282207cea3bc54c5e182c063739cdcda736'/>
<id>urn:sha1:4a802282207cea3bc54c5e182c063739cdcda736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update vimdoc file</title>
<updated>2021-04-22T16:25:41Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-04-15T14:51:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a74484a8ac8b39d4c985668edee922bfbd2eb50c'/>
<id>urn:sha1:a74484a8ac8b39d4c985668edee922bfbd2eb50c</id>
<content type='text'>
Adds the new maintainers (that were actually added a long time ago),
fix inconsistent formatting, and unneeded or old/wrong docs.
</content>
</entry>
<entry>
<title>feat: Add TSEditQueryUserAfter</title>
<updated>2021-04-14T14:23:21Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-07T15:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4df26673037a67686a4da91615cd129b39b60dd9'/>
<id>urn:sha1:4df26673037a67686a4da91615cd129b39b60dd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Add documentation for :TSEditQuery</title>
<updated>2021-04-14T14:23:21Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-07T15:04:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4598f90f34399a4134b3ebb6a92d6108fead3e68'/>
<id>urn:sha1:4598f90f34399a4134b3ebb6a92d6108fead3e68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TSModuleInfo: change doc</title>
<updated>2021-04-06T19:32:46Z</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2021-04-05T21:39:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=06c9ef810474100d3e15c62827410928ac1a10b5'/>
<id>urn:sha1:06c9ef810474100d3e15c62827410928ac1a10b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(all): language tree adaption (#1105)</title>
<updated>2021-03-30T13:18:24Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@users.noreply.github.com</email>
</author>
<published>2021-03-30T13:18:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6863f79118d3cb331fd4e726cdb2384bbd8bf8f2'/>
<id>urn:sha1:6863f79118d3cb331fd4e726cdb2384bbd8bf8f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(install): allow ignore list when installing parsers (#1098)</title>
<updated>2021-03-24T14:12:03Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@users.noreply.github.com</email>
</author>
<published>2021-03-24T14:12:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7984975a2fa8e4c526359edf471a493307c0529c'/>
<id>urn:sha1:7984975a2fa8e4c526359edf471a493307c0529c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comment parser to highlight comment tags (#893)</title>
<updated>2021-03-12T16:21:46Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-03-12T16:21:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e4083fc8e11e6585f53d62eb71778cc2af464fad'/>
<id>urn:sha1:e4083fc8e11e6585f53d62eb71778cc2af464fad</id>
<content type='text'>
Closes #236</content>
</entry>
<entry>
<title>[highlights] Add TSSymbol highlight group</title>
<updated>2021-03-04T05:19:40Z</updated>
<author>
<name>Dennis B</name>
<email>bluz71@users.noreply.github.com</email>
</author>
<published>2021-02-28T04:24:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=aca33c0acac29b63c570f079cc06a5458e6ac94c'/>
<id>urn:sha1:aca33c0acac29b63c570f079cc06a5458e6ac94c</id>
<content type='text'>
Addresses issue #892

Ruby and Dart literal symbols will now be highlighted by the new
TSSymbol highlight group, which itself will, by default, link to the Vim
Identifier highlight group. Vim theme authors can then set their
TSSymbol colors.

Symbol highlighting can apply to a number of languages as noted in the
following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming)

Not just for Ruby and Dart.
</content>
</entry>
<entry>
<title>HTML: improve highlights &amp; injections</title>
<updated>2021-02-11T06:42:19Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-02-06T22:27:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b86555d9c3c348b964fb0699b5523ac1383079a1'/>
<id>urn:sha1:b86555d9c3c348b964fb0699b5523ac1383079a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation for `Enable/Disable` commands.</title>
<updated>2021-02-01T18:37:39Z</updated>
<author>
<name>echasnovski</name>
<email>evgeni.chasnovski@gmail.com</email>
</author>
<published>2021-01-31T11:10:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d3901e583389ef0c356203f056bad37ec81a888c'/>
<id>urn:sha1:d3901e583389ef0c356203f056bad37ec81a888c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `TSToggleAll`.</title>
<updated>2021-02-01T18:37:39Z</updated>
<author>
<name>echasnovski</name>
<email>evgeni.chasnovski@gmail.com</email>
</author>
<published>2021-01-31T11:09:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fdfbb5c1bf7ad863eb662fdf2e7fb39ed8b1e707'/>
<id>urn:sha1:fdfbb5c1bf7ad863eb662fdf2e7fb39ed8b1e707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement `TSBufToggle`.</title>
<updated>2021-02-01T18:37:39Z</updated>
<author>
<name>echasnovski</name>
<email>evgeni.chasnovski@gmail.com</email>
</author>
<published>2021-01-31T10:43:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8e2807d09e1a5bd226b1ad77a71f3ac6c7fcd36e'/>
<id>urn:sha1:8e2807d09e1a5bd226b1ad77a71f3ac6c7fcd36e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove deprecated highlights</title>
<updated>2020-12-21T21:32:17Z</updated>
<author>
<name>delphinus</name>
<email>me@delphinus.dev</email>
</author>
<published>2020-12-21T02:25:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b938e4f0fe047a3debcb3708d724905e96f1a58f'/>
<id>urn:sha1:b938e4f0fe047a3debcb3708d724905e96f1a58f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix doc typo</title>
<updated>2020-12-13T10:14:05Z</updated>
<author>
<name>Jonathan</name>
<email>jon.lundholm@gmail.com</email>
</author>
<published>2020-12-13T09:12:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7a193b51bdf3b2818db930335bd384f269071923'/>
<id>urn:sha1:7a193b51bdf3b2818db930335bd384f269071923</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TSComment to docs</title>
<updated>2020-12-07T20:50:47Z</updated>
<author>
<name>rockerBOO</name>
<email>rockerboo@gmail.com</email>
</author>
<published>2020-11-19T22:18:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=913261739d9f3c5758b794cf19686b33840be34e'/>
<id>urn:sha1:913261739d9f3c5758b794cf19686b33840be34e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: Update docs for missing groups, re-order alphabetically</title>
<updated>2020-12-07T20:50:47Z</updated>
<author>
<name>rockerBOO</name>
<email>rockerboo@gmail.com</email>
</author>
<published>2020-11-19T22:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=07e86b1553cb11abe3f698465a78833f9c78f710'/>
<id>urn:sha1:07e86b1553cb11abe3f698465a78833f9c78f710</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>update docs</title>
<updated>2020-10-19T19:41:57Z</updated>
<author>
<name>kiyan42</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2020-10-19T19:32:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f115d0ebaa7f7331ba2a98411f9cde18822cf7a5'/>
<id>urn:sha1:f115d0ebaa7f7331ba2a98411f9cde18822cf7a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(highlights): document LanguageTree.</title>
<updated>2020-10-19T16:28:45Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-10-19T08:49:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a1de79e93a7f190ef08b98bb6aef7e41c47fd2ee'/>
<id>urn:sha1:a1de79e93a7f190ef08b98bb6aef7e41c47fd2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use utils get_node_text to get line content and trim all whitespaces.</title>
<updated>2020-10-11T11:35:18Z</updated>
<author>
<name>Kristijan Husak</name>
<email>husakkristijan@gmail.com</email>
</author>
<published>2020-10-09T17:51:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9ad47c65bd0b939173803c8a23c9cf0dc6cff70f'/>
<id>urn:sha1:9ad47c65bd0b939173803c8a23c9cf0dc6cff70f</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>fix(highlights): Add TSNamespace highlight</title>
<updated>2020-10-10T13:31:51Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-22T21:01:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=45397ebbd9fb2bb13b14824e917158d2e02f960a'/>
<id>urn:sha1:45397ebbd9fb2bb13b14824e917158d2e02f960a</id>
<content type='text'>
Start adding highlights for
     - C++
     - Rust (including other scoped_identifier/scoped_type_identifier fixes)
     - JS (only namespace_import)

Addresses #516
</content>
</entry>
<entry>
<title>chore(modules): remove refactor module</title>
<updated>2020-09-25T15:30:35Z</updated>
<author>
<name>Steven Sojka</name>
<email>Steven.Sojka@tdameritrade.com</email>
</author>
<published>2020-09-16T12:03:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=82a8b859c6377a03e0c4d33b8b045548568c7aef'/>
<id>urn:sha1:82a8b859c6377a03e0c4d33b8b045548568c7aef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages</title>
<updated>2020-09-14T16:27:20Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-12T18:57:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bcf421b4e7f164dfc8aca8a94949adda2bdda10f'/>
<id>urn:sha1:bcf421b4e7f164dfc8aca8a94949adda2bdda10f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in foldexpr example</title>
<updated>2020-09-14T12:36:36Z</updated>
<author>
<name>Sh3Rm4n</name>
<email>f.vioel@googlemail.com</email>
</author>
<published>2020-09-14T09:31:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=97113abedcb7cc916d8b9aa7978720ced6a20228'/>
<id>urn:sha1:97113abedcb7cc916d8b9aa7978720ced6a20228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Highlight definition: mention updatetime in docs</title>
<updated>2020-09-11T19:53:23Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-09-11T17:51:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a755017dd52947672af458743b88e59a59cd592f'/>
<id>urn:sha1:a755017dd52947672af458743b88e59a59cd592f</id>
<content type='text'>
Ref https://github.com/nvim-treesitter/nvim-treesitter/issues/435
</content>
</entry>
<entry>
<title>Fold: update docs</title>
<updated>2020-09-08T13:07:23Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-09-07T16:41:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7b972d581cbdffb2031a3cf46de7fe4ba658dea7'/>
<id>urn:sha1:7b972d581cbdffb2031a3cf46de7fe4ba658dea7</id>
<content type='text'>
Document foldnestmax.
</content>
</entry>
<entry>
<title>Highlights: default TSError to Normal</title>
<updated>2020-09-06T14:12:02Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-09-04T17:49:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1a42056e092bc34ba081cb924bf0b3e3cd8cdc01'/>
<id>urn:sha1:1a42056e092bc34ba081cb924bf0b3e3cd8cdc01</id>
<content type='text'>
This provides a better experience for users
without any extra config.
</content>
</entry>
<entry>
<title>Change 'install' -&gt; 'index'</title>
<updated>2020-09-02T21:29:27Z</updated>
<author>
<name>Constantine Theocharis</name>
<email>kontheocharis@gmail.com</email>
</author>
<published>2020-09-02T21:22:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=36f3e036e5b244af01947339da92430c4761e57e'/>
<id>urn:sha1:36f3e036e5b244af01947339da92430c4761e57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modify description slightly and place modeline at the end</title>
<updated>2020-09-02T21:29:27Z</updated>
<author>
<name>Constantine Theocharis</name>
<email>kontheocharis@gmail.com</email>
</author>
<published>2020-09-02T21:10:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a52c639d80ed2c9d57ac90351d154ba7ddb691d8'/>
<id>urn:sha1:a52c639d80ed2c9d57ac90351d154ba7ddb691d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add section 'Performance' to docs</title>
<updated>2020-09-02T21:29:27Z</updated>
<author>
<name>Constantine Theocharis</name>
<email>kontheocharis@gmail.com</email>
</author>
<published>2020-09-02T21:02:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=10ef8f98efb430431db371e7c4e329cc89c357df'/>
<id>urn:sha1:10ef8f98efb430431db371e7c4e329cc89c357df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(refactor.navigation): allow a `fallback_function` for goto_definition</title>
<updated>2020-08-31T20:16:27Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-29T09:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bc365219671a132458a6f1259cd58799bd54d3f7'/>
<id>urn:sha1:bc365219671a132458a6f1259cd58799bd54d3f7</id>
<content type='text'>
`fallback_function` is called when nvim-treesitter can not resolve the
variable under the cursor.
</content>
</entry>
<entry>
<title>feat(refactor.navigation): add navigation.goto_{next,previous}_usage</title>
<updated>2020-08-31T16:56:41Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-22T18:46:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5948aba886e8aad26043402684cf85c307813c4d'/>
<id>urn:sha1:5948aba886e8aad26043402684cf85c307813c4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: fix syntax error in README example</title>
<updated>2020-08-26T11:22:31Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-26T11:22:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2bd13c9d410384eba14b245342c53c68ac151dbf'/>
<id>urn:sha1:2bd13c9d410384eba14b245342c53c68ac151dbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: remove enable=true from textobjects module</title>
<updated>2020-08-20T07:00:46Z</updated>
<author>
<name>evakuator</name>
<email>kuatabylkasymov@gmail.com</email>
</author>
<published>2020-08-19T16:25:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f1908a2ecd61071af9203b8d058ce189476b38c'/>
<id>urn:sha1:6f1908a2ecd61071af9203b8d058ce189476b38c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: documentation for modules/submodules</title>
<updated>2020-08-18T17:15:47Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-08-09T16:39:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7f81df44098a7fef93d6901a06b8312c5b8619d7'/>
<id>urn:sha1:7f81df44098a7fef93d6901a06b8312c5b8619d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #305 from theHamsta/textobjects-submodules</title>
<updated>2020-08-17T16:39:22Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@users.noreply.github.com</email>
</author>
<published>2020-08-17T16:39:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b796f0725d913cba0a292bb7b750f0403b07c94a'/>
<id>urn:sha1:b796f0725d913cba0a292bb7b750f0403b07c94a</id>
<content type='text'>
Textobjects submodules</content>
</entry>
<entry>
<title>Avoid duplication of help tags</title>
<updated>2020-08-17T15:56:05Z</updated>
<author>
<name>delphinus</name>
<email>me@delphinus.dev</email>
</author>
<published>2020-08-17T12:16:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0b3cd6c131a5ee9e3377c6b348c2b8995a848967'/>
<id>urn:sha1:0b3cd6c131a5ee9e3377c6b348c2b8995a848967</id>
<content type='text'>
</content>
</entry>
<entry>
<title>some refacto, doc fixes and jsx queries</title>
<updated>2020-08-17T15:48:33Z</updated>
<author>
<name>kiyan42</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2020-08-16T22:21:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=20e448882e1463958d13219d9418de9a4b73480b'/>
<id>urn:sha1:20e448882e1463958d13219d9418de9a4b73480b</id>
<content type='text'>
- compute query language extensions *after* default ones
(jsx after javascript)
- remove outdated ts_utils functions from docs
- add better regex detection to javascript
- javascriptreact to use javascript queries
- add javascript.jsx to javascript queries
- write jsx.scm hl file
</content>
</entry>
<entry>
<title>Textobjects: provide mappings for all swap/goto functions</title>
<updated>2020-08-17T15:44:40Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-02T17:35:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e629efafd8f529ff9b1297b947b4438bf4d2265c'/>
<id>urn:sha1:e629efafd8f529ff9b1297b947b4438bf4d2265c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs(hlgroups): document TSAnnotation, TSCurrentScope, TSDefinition,</title>
<updated>2020-08-16T19:45:26Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-16T13:43:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2c5e496c01e4e986e66a4c9f8c2acfa09e9fd12'/>
<id>urn:sha1:d2c5e496c01e4e986e66a4c9f8c2acfa09e9fd12</id>
<content type='text'>
TSDefinitionUsage
</content>
</entry>
<entry>
<title>feat(highlights): add is predicate</title>
<updated>2020-08-16T14:04:07Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-08-15T14:24:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=579c9936d617ca1d7f01542a4b8000972c1ce73c'/>
<id>urn:sha1:579c9936d617ca1d7f01542a4b8000972c1ce73c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs: document the new runtime query system</title>
<updated>2020-08-14T14:42:53Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-08-12T21:06:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a9abe2b9b084958ffcbf8a696ced416eff24fbfe'/>
<id>urn:sha1:a9abe2b9b084958ffcbf8a696ced416eff24fbfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lua: highlight function name</title>
<updated>2020-08-09T16:38:00Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-08-04T02:40:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=429036317aa67b097fa4a04b8dda5551266b942e'/>
<id>urn:sha1:429036317aa67b097fa4a04b8dda5551266b942e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TSUninstall</title>
<updated>2020-08-02T20:58:08Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-08-01T16:32:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=70939e71c974541a186f855d422cc8f3a420d672'/>
<id>urn:sha1:70939e71c974541a186f855d422cc8f3a420d672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add TSUpdate command to update parsers</title>
<updated>2020-08-02T20:58:08Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-31T18:27:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a872762d8240d9f81402b69fa7f20d1c1bbda919'/>
<id>urn:sha1:a872762d8240d9f81402b69fa7f20d1c1bbda919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Docs: rework readme</title>
<updated>2020-07-29T15:00:23Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-07-28T01:59:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5202b7b0986b2a4be8b14e02010fd7390575d775'/>
<id>urn:sha1:5202b7b0986b2a4be8b14e02010fd7390575d775</id>
<content type='text'>
- Fix some typos
- Remove some unnecessary text that was taking space
- Use double quotes in lua examples (this seems to be the convention in
  the source code)
- Sort list of languages so they are easy to find.
</content>
</entry>
<entry>
<title>Docs: format and fixes</title>
<updated>2020-07-27T14:49:07Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-07-27T14:23:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f9e5bf23f651dc1437d9b43220a4f44a122865f'/>
<id>urn:sha1:6f9e5bf23f651dc1437d9b43220a4f44a122865f</id>
<content type='text'>
Format the docs to be consisted and some typos.
</content>
</entry>
<entry>
<title>Parsers: add reStructuredText</title>
<updated>2020-07-27T07:16:26Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2020-07-26T14:38:53Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f01384cb2d60db4b5990085422711c0a764ed7f'/>
<id>urn:sha1:6f01384cb2d60db4b5990085422711c0a764ed7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation for new modules 'refactor'/'textobjects'</title>
<updated>2020-07-14T20:34:43Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-04T15:15:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d351c9b342141b9e455740bd0e371a02a3d4470a'/>
<id>urn:sha1:d351c9b342141b9e455740bd0e371a02a3d4470a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix #167: Add custom_captures config key to set highlights for custom queries</title>
<updated>2020-07-13T20:04:24Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-07-12T12:51:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=97ad374816726661c3e5447fafd46264ad00409d'/>
<id>urn:sha1:97ad374816726661c3e5447fafd46264ad00409d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove doc/tags</title>
<updated>2020-07-01T12:13:41Z</updated>
<author>
<name>Sainnhepark</name>
<email>sainnhe@gmail.com</email>
</author>
<published>2020-07-01T00:32:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=af8192f0878b32d781f2eb405d2e94cf604551b9'/>
<id>urn:sha1:af8192f0878b32d781f2eb405d2e94cf604551b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rgenerate doc/tags</title>
<updated>2020-06-30T15:22:27Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-06-30T15:30:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4757636995ce2c31a5b11b16068efbd25ff0adee'/>
<id>urn:sha1:4757636995ce2c31a5b11b16068efbd25ff0adee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extend documentation for TSError</title>
<updated>2020-06-29T11:50:23Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-06-27T18:43:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a2f09312540822e9c579fee4534832fefd492250'/>
<id>urn:sha1:a2f09312540822e9c579fee4534832fefd492250</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in documentation: `labe:` -&gt; `label:`</title>
<updated>2020-06-28T10:11:22Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-06-27T18:33:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c27d35adc5bb8bd8c2ca58883cda6e9ec297106d'/>
<id>urn:sha1:c27d35adc5bb8bd8c2ca58883cda6e9ec297106d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update docs for TSInstall</title>
<updated>2020-06-27T10:43:19Z</updated>
<author>
<name>kiyan42</name>
<email>yazdani.kiyan@protonmail.com</email>
</author>
<published>2020-06-27T10:43:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ddb41c36e8de2c716ebbcb13aff6f50a9b0c4e2f'/>
<id>urn:sha1:ddb41c36e8de2c716ebbcb13aff6f50a9b0c4e2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlight: use custom highlight groups</title>
<updated>2020-06-26T18:56:19Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2020-06-21T17:43:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=282e18edd18fdd84e8436440789c0ecb2bc83f82'/>
<id>urn:sha1:282e18edd18fdd84e8436440789c0ecb2bc83f82</id>
<content type='text'>
</content>
</entry>
</feed>
