<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries, branch v0.9.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries?h=v0.9.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2024-01-15T12:01:37Z</updated>
<entry>
<title>fix: link type in pattern matching correctly</title>
<updated>2024-01-15T12:01:37Z</updated>
<author>
<name>Bartek Łuka</name>
<email>bartoszluka1@gmail.com</email>
</author>
<published>2024-01-12T14:13:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=295ab1da52f4c9e0978a95c21dd359afdd0a11b8'/>
<id>urn:sha1:295ab1da52f4c9e0978a95c21dd359afdd0a11b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(html): character references (a.k.a. entities)</title>
<updated>2024-01-05T15:58:46Z</updated>
<author>
<name>Calum Smith</name>
<email>hello@calum.io</email>
</author>
<published>2024-01-04T17:54:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=49f1b9a7efc794be143f7ddcd60ce18e8164a7f8'/>
<id>urn:sha1:49f1b9a7efc794be143f7ddcd60ce18e8164a7f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(markdown_inline): latex highlight injection (#5397)</title>
<updated>2024-01-05T09:58:35Z</updated>
<author>
<name>Zhuofeng Wang</name>
<email>zhuofengwang2003@gmail.com</email>
</author>
<published>2024-01-05T02:36:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e277ca9dec0dfd830133d1d82e79ad3f2cf026a1'/>
<id>urn:sha1:e277ca9dec0dfd830133d1d82e79ad3f2cf026a1</id>
<content type='text'>
The `injection.include-children` is needed in markdown_inline parser.
</content>
</entry>
<entry>
<title>fix(latex): highlight text functions</title>
<updated>2024-01-04T19:07:31Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2024-01-04T18:57:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8ae4080c5ba59d81b4e49525d4168807bc098e73'/>
<id>urn:sha1:8ae4080c5ba59d81b4e49525d4168807bc098e73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(julia): add missing capture of ":" in selected import</title>
<updated>2024-01-02T10:43:08Z</updated>
<author>
<name>Christian Degnbol Madsen</name>
<email>christian.degnbol@gmail.com</email>
</author>
<published>2023-12-28T06:57:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=65ef62092ef997d2ecf68ede01a0afbda17808c3'/>
<id>urn:sha1:65ef62092ef997d2ecf68ede01a0afbda17808c3</id>
<content type='text'>
If writing a selected import, e.g. `using BSON: @load`, the colon isn't currently captured.
This change captures it as `@punctuation.delimiter`.</content>
</entry>
<entry>
<title>fixup(luau): align `@string.regex` to the injections (#5829)</title>
<updated>2023-12-24T05:00:32Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-12-24T05:00:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=374966b25c9bcbe29944267128cb78bf857e189a'/>
<id>urn:sha1:374966b25c9bcbe29944267128cb78bf857e189a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: cleanup luap injection queries</title>
<updated>2023-12-23T21:26:02Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-12-23T21:01:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cd4de5f7b14b878ac8f5c459c9d579cc58ba1ac5'/>
<id>urn:sha1:cd4de5f7b14b878ac8f5c459c9d579cc58ba1ac5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: more `@string.regex` highlights</title>
<updated>2023-12-23T21:26:02Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-12-21T23:31:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=92572c0dfd53b0e74bf436ef968ecc5b5a7e2b76'/>
<id>urn:sha1:92572c0dfd53b0e74bf436ef968ecc5b5a7e2b76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(luap): highlights more consistent with regex (#5819)</title>
<updated>2023-12-23T09:40:10Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-12-23T09:40:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1c619f5f20f33684b7b27a0c2c30143be7c44baa'/>
<id>urn:sha1:1c619f5f20f33684b7b27a0c2c30143be7c44baa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(julia): pipe function highlight (#5815)</title>
<updated>2023-12-22T10:24:04Z</updated>
<author>
<name>Christian Degnbol Madsen</name>
<email>christian.degnbol@gmail.com</email>
</author>
<published>2023-12-22T10:24:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=454c3a9ba86f841dc3b5bb17d150a873a16b77b4'/>
<id>urn:sha1:454c3a9ba86f841dc3b5bb17d150a873a16b77b4</id>
<content type='text'>
In Julia when piping into a function the function should be highlighted as a function call, and not a variable.
</content>
</entry>
<entry>
<title>fix(cpp): incorrect indent of class with opening { on new line (#5811)</title>
<updated>2023-12-21T20:49:13Z</updated>
<author>
<name>Jędrzej Boczar</name>
<email>yendreij@gmail.com</email>
</author>
<published>2023-12-21T20:49:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d496c5e08e853dadedc7f5d0a6541288d0441fd3'/>
<id>urn:sha1:d496c5e08e853dadedc7f5d0a6541288d0441fd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vimdoc: add note, warning, deprecated (#5817)</title>
<updated>2023-12-21T13:29:31Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-12-21T13:29:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2d3df8613ba0b733cc21ed150e3687fad147316'/>
<id>urn:sha1:d2d3df8613ba0b733cc21ed150e3687fad147316</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add @nospell annotation to label definitions and references</title>
<updated>2023-12-21T09:55:50Z</updated>
<author>
<name>Ahnaf Rafi</name>
<email>ahnaf.al.rafi@gmail.com</email>
</author>
<published>2023-12-20T22:03:45Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c153019e11052f38cdf2bdd338750cd103877eba'/>
<id>urn:sha1:c153019e11052f38cdf2bdd338750cd103877eba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): add `fail` to exception highlights</title>
<updated>2023-12-20T12:08:06Z</updated>
<author>
<name>Marc Jakobi</name>
<email>marc.jakobi@tiko.energy</email>
</author>
<published>2023-12-04T17:39:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=732c8cb0b43b7336525c3cecb2e28db153994e62'/>
<id>urn:sha1:732c8cb0b43b7336525c3cecb2e28db153994e62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(haskell): namespaced string quasiquote</title>
<updated>2023-12-20T12:07:44Z</updated>
<author>
<name>Marc Jakobi</name>
<email>marc.jakobi@tiko.energy</email>
</author>
<published>2023-12-14T23:05:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=96e01877b82760a1852344f6ffd3a51bd6d36c0e'/>
<id>urn:sha1:96e01877b82760a1852344f6ffd3a51bd6d36c0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add tree-sitter-styled (#5735)</title>
<updated>2023-12-19T12:53:00Z</updated>
<author>
<name>Mark Skelton</name>
<email>mdskelton99@gmail.com</email>
</author>
<published>2023-12-19T12:53:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a0b815497b55a8572301506e01dbd2ec24f1813f'/>
<id>urn:sha1:a0b815497b55a8572301506e01dbd2ec24f1813f</id>
<content type='text'>
* Add styled parser

* Add queries

* Update highlights

* Remove unnecessary highlights

* Update injections to use the styled grammar

* Remove requires npm</content>
</entry>
<entry>
<title>fix(rust): highlight inline attributes properly</title>
<updated>2023-12-18T16:47:01Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-12-18T16:19:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=24be1534dbd062907842601ae1e2e953ba02472e'/>
<id>urn:sha1:24be1534dbd062907842601ae1e2e953ba02472e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(nim): minor improvements to queries and parser (#5784)</title>
<updated>2023-12-18T16:32:06Z</updated>
<author>
<name>aMOPel</name>
<email>36712072+aMOPel@users.noreply.github.com</email>
</author>
<published>2023-12-18T16:32:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=edacfa2eedd1d6099cd45e28ffe2892066b0b3ba'/>
<id>urn:sha1:edacfa2eedd1d6099cd45e28ffe2892066b0b3ba</id>
<content type='text'>
* fix(nim): bump parser again to include minor fix

* fix(nim): shifting around for precedence

* fix(nim): added new fields from recent parser version,
improved support for (conditional_declaration) and (variant_declaration)</content>
</entry>
<entry>
<title>feat(gomod): highlight the `toolchain` directive (#5795)</title>
<updated>2023-12-15T19:01:31Z</updated>
<author>
<name>Vincent Rischmann</name>
<email>vincent@rischmann.fr</email>
</author>
<published>2023-12-15T19:01:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=000f71842bf08840df1e70004b17507fa92b2fb7'/>
<id>urn:sha1:000f71842bf08840df1e70004b17507fa92b2fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(v): adapt to removed  scanner.c</title>
<updated>2023-12-15T09:24:32Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-12-15T09:00:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9bc1f1e6406933e9263456e5761e47b9cb1da71d'/>
<id>urn:sha1:9bc1f1e6406933e9263456e5761e47b9cb1da71d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(python): restrict typed parameter highlight</title>
<updated>2023-12-14T18:05:40Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-12-14T12:38:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ab818bf5a2ee21515ade9afcf428e98056b6197b'/>
<id>urn:sha1:ab818bf5a2ee21515ade9afcf428e98056b6197b</id>
<content type='text'>
Only the name is a parameter and not the value
</content>
</entry>
<entry>
<title>fix(python): highlight variadic lambda parameters</title>
<updated>2023-12-14T18:05:40Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-12-14T09:37:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2583eb351ba5dab9ab06489d371987518e1d018f'/>
<id>urn:sha1:2583eb351ba5dab9ab06489d371987518e1d018f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>indents added new language highlights added (#5777)</title>
<updated>2023-12-10T07:16:24Z</updated>
<author>
<name>r001</name>
<email>rob@nyar.eu</email>
</author>
<published>2023-12-10T07:16:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b6b9ca448b7f236e2e60f8393a729902511f9db9'/>
<id>urn:sha1:b6b9ca448b7f236e2e60f8393a729902511f9db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(poe_filter): add new Import statement</title>
<updated>2023-12-09T15:18:16Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-12-09T14:59:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7958ff9ec7a2baea2842323d0e7ac67a509da4d2'/>
<id>urn:sha1:7958ff9ec7a2baea2842323d0e7ac67a509da4d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(vim): highlight 'scriptencoding' command</title>
<updated>2023-12-09T10:12:07Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-12-06T09:10:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1b5bbb54b385c4eae217113f72df5284bc3cc94b'/>
<id>urn:sha1:1b5bbb54b385c4eae217113f72df5284bc3cc94b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(gitcommit): add highlight group for subject_prefix (#5774)</title>
<updated>2023-12-09T03:36:17Z</updated>
<author>
<name>gbprod</name>
<email>contact@gb-prod.fr</email>
</author>
<published>2023-12-09T03:36:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bd5517989398145c36d859927fb4e76a45c66cf6'/>
<id>urn:sha1:bd5517989398145c36d859927fb4e76a45c66cf6</id>
<content type='text'>

</content>
</entry>
<entry>
<title>fix(java): move attributes after constants</title>
<updated>2023-12-05T01:41:28Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-12-04T18:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3065a928fc134167f439230b01216e45198be715'/>
<id>urn:sha1:3065a928fc134167f439230b01216e45198be715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add rbs parser support (#5745)</title>
<updated>2023-11-30T16:22:29Z</updated>
<author>
<name>Tomohiro Hashidate</name>
<email>kakyoin.hierophant@gmail.com</email>
</author>
<published>2023-11-30T16:22:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b41bbcbb9a2c5543d3bfa4cf7e2b0948a5f61ce6'/>
<id>urn:sha1:b41bbcbb9a2c5543d3bfa4cf7e2b0948a5f61ce6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(nim): added some captures and fixed some bugs (#5664)</title>
<updated>2023-11-30T15:21:43Z</updated>
<author>
<name>aMOPel</name>
<email>36712072+aMOPel@users.noreply.github.com</email>
</author>
<published>2023-11-30T15:21:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=36f81e698ee67cba76f698a5a86fb7c6ecdeb7b0'/>
<id>urn:sha1:36f81e698ee67cba76f698a5a86fb7c6ecdeb7b0</id>
<content type='text'>
* fix(nim): literals in pragmas in types would be falsly highlighted as `@variable`

* style(nim): removed trailing whitespace

* fix(nim): identifiers in (type_expression (pragma_expression)) would be
captured as `@type`

* fix(nim): changed generic parameters when declaring from @type to @parameter

* feat(nim): added @constant capture for (identifier)s x, y in
`array[x..y, type]`

* feat(nim): added @function.call capture for (identifier)s in second
argument to `varargs[type, routine]`</content>
</entry>
<entry>
<title>fix(markdown): revert bullet conceals due to spacing issues (#5742)</title>
<updated>2023-11-30T00:36:07Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-30T00:36:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e9acd01a4a1f6e584f76e736987f4c31401aa4b1'/>
<id>urn:sha1:e9acd01a4a1f6e584f76e736987f4c31401aa4b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(make): highlight phony prerequisites as functions</title>
<updated>2023-11-29T10:31:42Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-27T20:51:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8f16c39f5b439bd9540336c4d5da705d180e34b9'/>
<id>urn:sha1:8f16c39f5b439bd9540336c4d5da705d180e34b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(make): give targets the function highlight</title>
<updated>2023-11-29T10:31:42Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-27T16:15:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fb101ed49d4b9e0e6661a24b636a6d874f8de49d'/>
<id>urn:sha1:fb101ed49d4b9e0e6661a24b636a6d874f8de49d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parsers: add tree-sitter-slang</title>
<updated>2023-11-29T08:54:24Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2023-11-18T19:52:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=10432e6b0fb22a0fbe7b8fa45f7fbee187029d90'/>
<id>urn:sha1:10432e6b0fb22a0fbe7b8fa45f7fbee187029d90</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add facility</title>
<updated>2023-11-28T17:24:43Z</updated>
<author>
<name>Bryan Kenote</name>
<email>9691017+bryankenote@users.noreply.github.com</email>
</author>
<published>2023-11-28T17:24:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bf982eb7dc9d54af748ea1dd8b9db3a7724b9a99'/>
<id>urn:sha1:bf982eb7dc9d54af748ea1dd8b9db3a7724b9a99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(cpp): remove `@field` for identifiers with `_` prefix (#5731)</title>
<updated>2023-11-27T23:18:38Z</updated>
<author>
<name>HumblePresent</name>
<email>60856003+HumblePresent@users.noreply.github.com</email>
</author>
<published>2023-11-27T21:50:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ba588ee0cf9df885f3f8698ae671330d82b4bdec'/>
<id>urn:sha1:ba588ee0cf9df885f3f8698ae671330d82b4bdec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>astro: add custom component highlighting (#5728)</title>
<updated>2023-11-27T13:11:28Z</updated>
<author>
<name>virchau13</name>
<email>virchau13@hexular.net</email>
</author>
<published>2023-11-27T13:11:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8189d91cf82b78fd765b28c674537688bce70c10'/>
<id>urn:sha1:8189d91cf82b78fd765b28c674537688bce70c10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup: use any-of instead of vim-match</title>
<updated>2023-11-26T14:24:26Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-11-24T09:29:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=274370e703dcf478c80fa31ca3798ab2e90bf71b'/>
<id>urn:sha1:274370e703dcf478c80fa31ca3798ab2e90bf71b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add angular parser and queries</title>
<updated>2023-11-26T14:24:26Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2023-11-24T09:25:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1e74c34b668d0bbdd14492fc220974e4fc38dc6b'/>
<id>urn:sha1:1e74c34b668d0bbdd14492fc220974e4fc38dc6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>twig queries: add combined injections (#5721)</title>
<updated>2023-11-26T11:12:06Z</updated>
<author>
<name>sheepwall</name>
<email>a.sve@live.se</email>
</author>
<published>2023-11-26T11:12:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9d91101f71cc64cdef923a3b14130db82985bac6'/>
<id>urn:sha1:9d91101f71cc64cdef923a3b14130db82985bac6</id>
<content type='text'>
Co-authored-by: August Svensson &lt;august.svensson@metabytes.se&gt;</content>
</entry>
<entry>
<title>feat(hocon): add fold query (#5710)</title>
<updated>2023-11-23T13:42:00Z</updated>
<author>
<name>Patrick Haun</name>
<email>patrick@bomgar.email</email>
</author>
<published>2023-11-23T13:42:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=71bdf97bf6dafc776ad957169533f2f669a8c562'/>
<id>urn:sha1:71bdf97bf6dafc776ad957169533f2f669a8c562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(css): tweak operator keyword highlights</title>
<updated>2023-11-23T00:11:45Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-22T22:53:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2a5f6c9eb733a5a847bb1890f620658547033515'/>
<id>urn:sha1:2a5f6c9eb733a5a847bb1890f620658547033515</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(regex): any_character, start end assertion hl differentiation</title>
<updated>2023-11-21T12:13:51Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-20T04:34:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7da3cb6323d1e1fbfc4d7dc05cac74946458b8a0'/>
<id>urn:sha1:7da3cb6323d1e1fbfc4d7dc05cac74946458b8a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add properties parser</title>
<updated>2023-11-21T11:13:26Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-21T00:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6b24db0c8fc1357522320e71c89069fdc66a4237'/>
<id>urn:sha1:6b24db0c8fc1357522320e71c89069fdc66a4237</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(python): `@string.regex` capture, injection improvements (#5697)</title>
<updated>2023-11-20T16:26:18Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-20T16:26:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1610b1aafb9b7b3a7b54c853ed45c6cb1a3d0df2'/>
<id>urn:sha1:1610b1aafb9b7b3a7b54c853ed45c6cb1a3d0df2</id>
<content type='text'>
* feat(python): `@string.regex` capture, injection improvements

* fix(python): match regex only for first argument of re module

* chore(python): remove unneeded capture

Co-authored-by: Santos Gallegos &lt;stsewd@proton.me&gt;

* fix(python): only highlight string content itself as regex

---------

Co-authored-by: Santos Gallegos &lt;stsewd@proton.me&gt;</content>
</entry>
<entry>
<title>feat: add Linkerscript (#5693)</title>
<updated>2023-11-19T09:10:52Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-11-19T09:10:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d87629647614b779fb2aad8f0042fe2864253ea6'/>
<id>urn:sha1:d87629647614b779fb2aad8f0042fe2864253ea6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(lua): folds for parameter, argument lists</title>
<updated>2023-11-19T08:45:33Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-18T22:43:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b0162110574e4d21ead81fdc19746bd21f585759'/>
<id>urn:sha1:b0162110574e4d21ead81fdc19746bd21f585759</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(markdown): conceals for bullets, block quotes</title>
<updated>2023-11-19T01:20:51Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-11-19T01:20:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f2de95e30aac507bf7fa785e13a8edcbdc604605'/>
<id>urn:sha1:f2de95e30aac507bf7fa785e13a8edcbdc604605</id>
<content type='text'>
* feat(markdown): conceals for bullets, block quotes

* fix: remove conceals for block quotes, change list minus to em dash

* fix(markdown): allow empty bullets to be concealed</content>
</entry>
<entry>
<title>feat(jq): add locals queries</title>
<updated>2023-11-19T00:03:19Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T11:43:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f9999888eb3dc5918e3d511b69de0d5ab3373306'/>
<id>urn:sha1:f9999888eb3dc5918e3d511b69de0d5ab3373306</id>
<content type='text'>
and highlight function calls
</content>
</entry>
<entry>
<title>feat(xml,dtd): add locals queries</title>
<updated>2023-11-19T00:03:19Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T11:18:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f1fc7c2e764db25569d9e899857c15cea0345a5c'/>
<id>urn:sha1:f1fc7c2e764db25569d9e899857c15cea0345a5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(gitattributes): add locals queries</title>
<updated>2023-11-19T00:03:19Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T11:17:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9e5a34c2b906d46f6c5abd572f07bda848a94120'/>
<id>urn:sha1:9e5a34c2b906d46f6c5abd572f07bda848a94120</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ssh_config): add locals queries</title>
<updated>2023-11-19T00:03:19Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T11:17:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=2bd2c4ce235419aafb4dad40c43832acfad43351'/>
<id>urn:sha1:2bd2c4ce235419aafb4dad40c43832acfad43351</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(udev): add locals queries</title>
<updated>2023-11-19T00:03:19Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T11:17:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=78740f1895cd378655d55604f743d910651c6050'/>
<id>urn:sha1:78740f1895cd378655d55604f743d910651c6050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(xcompose): add locals queries</title>
<updated>2023-11-19T00:03:19Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T11:17:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6498be930ea142b289abdec1e3c8298b490f2f67'/>
<id>urn:sha1:6498be930ea142b289abdec1e3c8298b490f2f67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(haskell): tweak highlights</title>
<updated>2023-11-19T00:02:29Z</updated>
<author>
<name>Marc Jakobi</name>
<email>marc.jakobi@tiko.energy</email>
</author>
<published>2023-11-19T00:02:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5240574bcbd5e3ad793b96b3766693c2bc5c86a9'/>
<id>urn:sha1:5240574bcbd5e3ad793b96b3766693c2bc5c86a9</id>
<content type='text'>
* add cases for `qualified_variable`

* add function defined in terms of composition</content>
</entry>
<entry>
<title>chore(apex): update apex queries</title>
<updated>2023-11-18T10:30:28Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-11-18T07:17:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a9f4a916aaee2a3c6ad4b8b4fcdf6b63b401d0b0'/>
<id>urn:sha1:a9f4a916aaee2a3c6ad4b8b4fcdf6b63b401d0b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(rust): update queries from upstream</title>
<updated>2023-11-17T12:32:09Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-11-17T12:18:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=557561fbc17269cdd4e9e88ef0ca1a9ff0bbf7e6'/>
<id>urn:sha1:557561fbc17269cdd4e9e88ef0ca1a9ff0bbf7e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(apex): Update queries</title>
<updated>2023-11-17T09:09:15Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-11-17T08:56:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8199529bc42ab275786d2f2cc83903f35ff6db9e'/>
<id>urn:sha1:8199529bc42ab275786d2f2cc83903f35ff6db9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add templ</title>
<updated>2023-11-16T21:12:55Z</updated>
<author>
<name>Vincent Rischmann</name>
<email>vincent@rischmann.fr</email>
</author>
<published>2023-11-16T21:12:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=da6646c3e51cf10b8da1cb89be9aaf60ab41c6a3'/>
<id>urn:sha1:da6646c3e51cf10b8da1cb89be9aaf60ab41c6a3</id>
<content type='text'>
---------

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</content>
</entry>
<entry>
<title>fix(wing): update parser and queries, add maintainer (#5671)</title>
<updated>2023-11-13T19:04:27Z</updated>
<author>
<name>Mark McCulloh</name>
<email>Mark.McCulloh@gmail.com</email>
</author>
<published>2023-11-13T19:04:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9'/>
<id>urn:sha1:17e77749c1f14f7e2bbae8c92c1b1cad1c2f26a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: highlight regular latex text to maintain consistency with boldfaced and italic text</title>
<updated>2023-11-11T09:14:43Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-09-21T21:28:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=075a64addc33390028ea124a1046a43497f05cd1'/>
<id>urn:sha1:075a64addc33390028ea124a1046a43497f05cd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ecma): prioritize builtins</title>
<updated>2023-11-11T00:08:12Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-11-10T21:04:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c543ffae1c34a92fb647505f2165b35f68c113c4'/>
<id>urn:sha1:c543ffae1c34a92fb647505f2165b35f68c113c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(cpp): highlight constexpr</title>
<updated>2023-11-10T21:08:46Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-11-10T19:08:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f53e6e82df8efb17b9b04d2f6d5ad64755786b7e'/>
<id>urn:sha1:f53e6e82df8efb17b9b04d2f6d5ad64755786b7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add xcompose parser</title>
<updated>2023-11-10T19:10:20Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-09T22:23:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d4fb7557ba0ee203f18b3f290d80a8940f2d637d'/>
<id>urn:sha1:d4fb7557ba0ee203f18b3f290d80a8940f2d637d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(htmldjango): improve highlights</title>
<updated>2023-11-10T13:22:40Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-10T12:20:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=04a9a90c2a60c86aa9451c539586326b337b03e5'/>
<id>urn:sha1:04a9a90c2a60c86aa9451c539586326b337b03e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(kotlin): improve highlights</title>
<updated>2023-11-10T09:15:30Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-08T13:00:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b09d645098844d1fc250ef8c7087846e4bdae32f'/>
<id>urn:sha1:b09d645098844d1fc250ef8c7087846e4bdae32f</id>
<content type='text'>
Co-authored-by: Anthony Shi &lt;69449791+anthony-S93@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>feat(purescript): add parser and queries (#5626)</title>
<updated>2023-11-08T16:07:02Z</updated>
<author>
<name>postsolar</name>
<email>120750161+postsolar@users.noreply.github.com</email>
</author>
<published>2023-11-08T16:07:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bf18ff20ae4d7b667b5e7ede0244c6596427d69e'/>
<id>urn:sha1:bf18ff20ae4d7b667b5e7ede0244c6596427d69e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(kusto): add kusto parser and highlights (#5632)</title>
<updated>2023-11-08T09:11:19Z</updated>
<author>
<name>Willem-J-an</name>
<email>51120533+Willem-J-an@users.noreply.github.com</email>
</author>
<published>2023-11-08T09:11:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=629cae1f0fd0c18b4b8b203299d8b15378c6b860'/>
<id>urn:sha1:629cae1f0fd0c18b4b8b203299d8b15378c6b860</id>
<content type='text'>
* feat(kusto): add kusto parser and highlights

* feat(kusto): improve highlights

* Update queries/kusto/highlights.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* chore(kusto): remove unneeded filetype

---------

Co-authored-by: Willem Jan Noort &lt;noortw01@heiway.net&gt;
Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</content>
</entry>
<entry>
<title>chore(bitbake): update highlights from upstream</title>
<updated>2023-11-08T07:08:17Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-11-08T03:51:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=eacb5e9468665d842d2d25e857cad8f6d95c57fd'/>
<id>urn:sha1:eacb5e9468665d842d2d25e857cad8f6d95c57fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add udev rules parser</title>
<updated>2023-11-07T10:17:38Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2023-11-03T12:20:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9a746b4b6a1ef215943f07e6aa2ec35fb14097d4'/>
<id>urn:sha1:9a746b4b6a1ef215943f07e6aa2ec35fb14097d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>injections(vue): inject typescript instead of js (#5577)</title>
<updated>2023-11-06T02:04:13Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-11-06T02:04:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=80f66cdef147bd8d8a619dfd9b18da37af5ceaf6'/>
<id>urn:sha1:80f66cdef147bd8d8a619dfd9b18da37af5ceaf6</id>
<content type='text'>
Interpolations (`{{valid js code}}`) and directive attributes
(`&lt;element :directive="valid js code"`) can also be typescript code,
hence we can inject typescript instead of javascript here and still
be ok with highlights (bar some syntax differences between ts and js)
</content>
</entry>
<entry>
<title>mlir: update highlights.scm, parser</title>
<updated>2023-11-05T12:36:18Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>r@artagnon.com</email>
</author>
<published>2023-11-05T12:21:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b3d2c36254aa79fe531ac94c475a5a57580d2907'/>
<id>urn:sha1:b3d2c36254aa79fe531ac94c475a5a57580d2907</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(rnoweb): add highlights query (#5622)</title>
<updated>2023-11-03T13:51:41Z</updated>
<author>
<name>Brian Albert Monroe</name>
<email>brian@bamonroe.com</email>
</author>
<published>2023-11-03T13:51:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c5a7533113b2deb7db899d387b877389cc8b6113'/>
<id>urn:sha1:c5a7533113b2deb7db899d387b877389cc8b6113</id>
<content type='text'>
Add a placeholder highlights query files for rnoweb to enable treesitter highlighting</content>
</entry>
<entry>
<title>pod: fix highlights</title>
<updated>2023-11-03T12:23:40Z</updated>
<author>
<name>Veesh Goldman</name>
<email>rabbiveesh@gmail.com</email>
</author>
<published>2023-11-02T19:58:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a689957480900d889b3d46675c33d903c0e2402d'/>
<id>urn:sha1:a689957480900d889b3d46675c33d903c0e2402d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>perl: fix highlights for builtins</title>
<updated>2023-11-03T12:23:40Z</updated>
<author>
<name>Veesh Goldman</name>
<email>rabbiveesh@gmail.com</email>
</author>
<published>2023-11-02T19:58:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=fca784da0eca70a4ed574d7e763e12c8f757ed7a'/>
<id>urn:sha1:fca784da0eca70a4ed574d7e763e12c8f757ed7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(sql): update queries from upstream</title>
<updated>2023-11-02T18:39:34Z</updated>
<author>
<name>Derek Stride</name>
<email>derek.stride@shopify.com</email>
</author>
<published>2023-11-02T18:26:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1920285ec11654072f14d07258e73ef792ac9005'/>
<id>urn:sha1:1920285ec11654072f14d07258e73ef792ac9005</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(query): stricter match for `extends` directive (#5604)</title>
<updated>2023-11-02T10:02:41Z</updated>
<author>
<name>Azad</name>
<email>49314270+Akmadan23@users.noreply.github.com</email>
</author>
<published>2023-11-02T10:02:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=198015cca117d41e7d1fd404e0cdf3235084749b'/>
<id>urn:sha1:198015cca117d41e7d1fd404e0cdf3235084749b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(odin): update highlights from upstream</title>
<updated>2023-11-02T00:08:04Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-11-01T22:39:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=051ce73fcd4d6b77a313e87e1113fcd42cf54cd1'/>
<id>urn:sha1:051ce73fcd4d6b77a313e87e1113fcd42cf54cd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(nim): added nim parser and queries (#5556)</title>
<updated>2023-10-30T11:35:51Z</updated>
<author>
<name>aMOPel</name>
<email>36712072+aMOPel@users.noreply.github.com</email>
</author>
<published>2023-10-30T11:35:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=aeb5ad8ae1c7f0165128b0be889fae967d46844d'/>
<id>urn:sha1:aeb5ad8ae1c7f0165128b0be889fae967d46844d</id>
<content type='text'>
* feat(nim): added nim parser and queries

* correct scanner.cc to scanner.c

Co-authored-by: Christian Clason &lt;c.clason@uni-graz.at&gt;

* fix(nim): corrected capture for @function.macro

* feat(nim highlights): added @field capture for discriminator field in
object variant

* bumped parser version, adapted highlights.scm and condensed
injections.scm

* improved nim_format_string highlights.scm

* bump nim parser version again

* removed overlap between queries for generalized strings in
injections.scm

* improved formattin] in nim_format_string/injections.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* corrected asm parser name in injections.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* improved formatting in highlights.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* removed @error capture from highlights.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* improved wording in comment in highlights.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* removed priority from (dot_expression left: @none) capture, since it's
at the end of the file anyways

* removed comments listing unused captures

* reverted @error capture in nim_format_string/highlights.scm back to
@none

* condensed string alternatives in injections.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* condensed string alternatives in injections.scm (second part)

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

* added comment to explain reasoning behind priority use

* swapped order of @punctuation.delimiter and @operator to get rid of
superfluous comment

* moved macro and template keywords to @preproc capture

* removed priorities in highlights.scm and shifted @parameter capture
behind @type capture

* improved formatting in locals.scm

* added queries for missing cases of @definition.namespace capture in
locals.scm

* removed some trailing whitespace

* added @namespace queries for highlights.scm

* bumped parser version again

* removed superfluous @type capture

* removed `@type`s `has-ancestor` and removed `(_ (_ ...` structures,
but added priorities

* added missing @constant capture to some queries in highlights.scm

* fixed priority numbers so they work when injecting nim (in markdown)

* added @none captures back to injection targets

* added (assembly_statement) injection query

* added indent queries

* removed indents.scm again

* added some missing queries for dot_generic_call, concept_declaration and
pragma_statement

---------

Co-authored-by: Christian Clason &lt;c.clason@uni-graz.at&gt;
Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</content>
</entry>
<entry>
<title>fix(rust): add foreign_mod_item to folds</title>
<updated>2023-10-30T08:30:30Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-10-30T03:04:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6f8387f05d2cbb357fededf35ea4311703104a11'/>
<id>urn:sha1:6f8387f05d2cbb357fededf35ea4311703104a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: bump perl</title>
<updated>2023-10-29T19:56:01Z</updated>
<author>
<name>Veesh Goldman</name>
<email>rabbiveesh@gmail.com</email>
</author>
<published>2023-10-29T19:39:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c36681bb496ebce2946867459ed08774cb61788c'/>
<id>urn:sha1:c36681bb496ebce2946867459ed08774cb61788c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve curly expression alignment</title>
<updated>2023-10-28T23:37:31Z</updated>
<author>
<name>Ronan Arraes Jardim Chagas</name>
<email>ronisbr@gmail.com</email>
</author>
<published>2023-10-28T20:25:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a741b5dd0d76a7167e62ff320a787e93c87cb17d'/>
<id>urn:sha1:a741b5dd0d76a7167e62ff320a787e93c87cb17d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve indentation in Julia language</title>
<updated>2023-10-28T23:37:31Z</updated>
<author>
<name>Ronan Arraes Jardim Chagas</name>
<email>ronisbr@gmail.com</email>
</author>
<published>2023-10-28T13:23:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=639c22c52ca2c76c6016de746836eca20145ea8c'/>
<id>urn:sha1:639c22c52ca2c76c6016de746836eca20145ea8c</id>
<content type='text'>
This commit improves the indentation in the function declaration,
function call, and in the assignment expressions.
</content>
</entry>
<entry>
<title>Fix indent. of curly expressions and of ],} in BOL (#5580)</title>
<updated>2023-10-27T12:53:58Z</updated>
<author>
<name>Ronan Arraes Jardim Chagas</name>
<email>ronisbr@gmail.com</email>
</author>
<published>2023-10-27T12:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a07ce2155be3648a0ea9b2fe767ec5ab1a8b299b'/>
<id>urn:sha1:a07ce2155be3648a0ea9b2fe767ec5ab1a8b299b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Julia indentation after end and with parenthesis at the beginning of line (#5579)</title>
<updated>2023-10-27T12:28:44Z</updated>
<author>
<name>Ronan Arraes Jardim Chagas</name>
<email>ronisbr@gmail.com</email>
</author>
<published>2023-10-27T12:28:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1e58a81450f8711d4d3fe7870e6b7b64bba02d77'/>
<id>urn:sha1:1e58a81450f8711d4d3fe7870e6b7b64bba02d77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Remove all `(ERROR) @error` captures</title>
<updated>2023-10-25T16:18:50Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-10-25T07:45:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=107e61afb7129d637ea6c3c68b97a22194b0bf16'/>
<id>urn:sha1:107e61afb7129d637ea6c3c68b97a22194b0bf16</id>
<content type='text'>
As discussed in PR#5421, capturing `@error` is inconsistent, requiring
deep nesting (or priority) in order to correctly have red backgrounds to
it.

Some queries has this capture, some don't. For consistency purposes,
removing all of them is more preferable.

For re-enabling error, either add `(ERROR) @error` or `(ERROR _ @error)`
to your custom queries.
</content>
</entry>
<entry>
<title>feat(typoscript) Added parser and queries for TypoScript (#5564)</title>
<updated>2023-10-24T07:48:33Z</updated>
<author>
<name>Teddytrombone</name>
<email>github@tmk-stgeorgen.at</email>
</author>
<published>2023-10-24T07:48:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=16af5ef490ff37407cc4241d7b8b8798d5b3a726'/>
<id>urn:sha1:16af5ef490ff37407cc4241d7b8b8798d5b3a726</id>
<content type='text'>
* Added configuration for TypoScript

* Removed duplicated code; Applied folding suggestion

* Applied suggestions

* Update queries/typoscript/highlights.scm

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;

---------

Co-authored-by: ObserverOfTime &lt;chronobserver@disroot.org&gt;</content>
</entry>
<entry>
<title>feat(lua): highlight variadic expressions as builtin parameters (#5567)</title>
<updated>2023-10-24T02:19:12Z</updated>
<author>
<name>Riley Bruins</name>
<email>ribru17@hotmail.com</email>
</author>
<published>2023-10-24T02:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=74ea25f95db4dcc61b4311aac02461a075db9c61'/>
<id>urn:sha1:74ea25f95db4dcc61b4311aac02461a075db9c61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(perl): update parser</title>
<updated>2023-10-23T18:40:18Z</updated>
<author>
<name>Veesh Goldman</name>
<email>rabbiveesh@gmail.com</email>
</author>
<published>2023-10-23T18:40:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23'/>
<id>urn:sha1:84544f5cd3b7c046ebe0db6763c9ce7f20f4fe23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(leo): highlights fixes (#5563)</title>
<updated>2023-10-23T10:15:49Z</updated>
<author>
<name>r001</name>
<email>rob@nyar.eu</email>
</author>
<published>2023-10-23T10:15:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0b50cf159283855b72f4c6b22f5ba3c9cf813b37'/>
<id>urn:sha1:0b50cf159283855b72f4c6b22f5ba3c9cf813b37</id>
<content type='text'>
* make sure affine_group has priority, so parens and comma will not be miscolored; added `annotation` as @attribute

* `then` is not used as conditional, so moved to keywords

* finalize function highlight added

* differentiate between constant and variable variable identifiers</content>
</entry>
<entry>
<title>feat: add objdump to the supported languages (#5548)</title>
<updated>2023-10-22T09:05:20Z</updated>
<author>
<name>Colin Kennedy</name>
<email>colinvfx@gmail.com</email>
</author>
<published>2023-10-22T09:05:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0179a89656b4ce395a4487c07ae385b8425524ae'/>
<id>urn:sha1:0179a89656b4ce395a4487c07ae385b8425524ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add GN (Generate Ninja)</title>
<updated>2023-10-22T05:17:15Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-10-22T04:37:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6cb93819c9d7107f5e1ff704eb35d230858ec698'/>
<id>urn:sha1:6cb93819c9d7107f5e1ff704eb35d230858ec698</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: leo parser and queries (#5542)</title>
<updated>2023-10-22T01:23:02Z</updated>
<author>
<name>r001</name>
<email>rob@nyar.eu</email>
</author>
<published>2023-10-22T01:23:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=99988f6eb7a6d898767813be6da48c49a2edc792'/>
<id>urn:sha1:99988f6eb7a6d898767813be6da48c49a2edc792</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(phpdoc): disable spell checking of attribute names (#5015)</title>
<updated>2023-10-22T01:21:51Z</updated>
<author>
<name>Tomasz N</name>
<email>przepompownia@users.noreply.github.com</email>
</author>
<published>2023-10-22T01:21:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ce2a9fb89a8ceef78310a67343d79c8f3d3c27ce'/>
<id>urn:sha1:ce2a9fb89a8ceef78310a67343d79c8f3d3c27ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(perl)!: switch to tree-sitter-perl org's parser</title>
<updated>2023-10-21T18:41:22Z</updated>
<author>
<name>Veesh Goldman</name>
<email>rabbiveesh@gmail.com</email>
</author>
<published>2023-10-17T19:32:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=bb3f8f40b1443fb40665263e1b5b0658bc24be03'/>
<id>urn:sha1:bb3f8f40b1443fb40665263e1b5b0658bc24be03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(pod): add tree-sitter-perl org's POD parser</title>
<updated>2023-10-21T18:41:22Z</updated>
<author>
<name>Veesh Goldman</name>
<email>rabbiveesh@gmail.com</email>
</author>
<published>2023-10-17T19:31:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7c67a1a92340e1e4d653fb4393ef617e248412af'/>
<id>urn:sha1:7c67a1a92340e1e4d653fb4393ef617e248412af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add solidity folds</title>
<updated>2023-10-21T18:40:19Z</updated>
<author>
<name>Meet Mangukiya</name>
<email>meet@flamy.dev</email>
</author>
<published>2023-10-17T16:57:03Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=cffa252f5e8f257d4952c0817c44fdaefd2c25a7'/>
<id>urn:sha1:cffa252f5e8f257d4952c0817c44fdaefd2c25a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(erlang): add missing keyword 'begin'</title>
<updated>2023-10-21T04:00:18Z</updated>
<author>
<name>Benedikt Reinartz</name>
<email>filmor@gmail.com</email>
</author>
<published>2023-10-21T04:00:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8963bc8a91edc1119f898fbc4c221869f5a86809'/>
<id>urn:sha1:8963bc8a91edc1119f898fbc4c221869f5a86809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(prisma): folding queries (#5541)</title>
<updated>2023-10-21T03:04:23Z</updated>
<author>
<name>Raafat Turki</name>
<email>raafat.turki@proton.me</email>
</author>
<published>2023-10-21T03:04:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8ac3e313f5fb4c7af35948fd7eef3622e329a1ba'/>
<id>urn:sha1:8ac3e313f5fb4c7af35948fd7eef3622e329a1ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(wing): update queries from upstream (#5549)</title>
<updated>2023-10-20T14:02:49Z</updated>
<author>
<name>Pham Huy Hoang</name>
<email>hoangtun0810@gmail.com</email>
</author>
<published>2023-10-20T14:02:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=605a650924b1e0d48d96ebd7d667ac22216035a0'/>
<id>urn:sha1:605a650924b1e0d48d96ebd7d667ac22216035a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(scala): add `for_expression` locals</title>
<updated>2023-10-15T18:43:34Z</updated>
<author>
<name>Robert Jackson</name>
<email>rjackson@linkedin.com</email>
</author>
<published>2023-10-15T18:43:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4c9da29cbdc100c6a48b18975c015e54e620c298'/>
<id>urn:sha1:4c9da29cbdc100c6a48b18975c015e54e620c298</id>
<content type='text'>
This change does two main things:

1. Indicate that `(for_expression)`'s introduce a `@scope` (this
   is the scope for the enumerators to be used within the loop).
2. Indicate that the `(identifiers)` within the `(enumerators)` are
   `@definition.var`s.

---

For the following example snippet:

```scala
val fruits = List("apple", "banana", "avocado", "papaya")

val countsToFruits = fruits.groupBy(fruit =&gt; fruit.count(_ == 'a'))

for ((count, fruits) &lt;- countsToFruits) {
  println(s"with (fruits) 'a' × $count = $fruits")
}
```

The `count` and `fruits` identifiers are new definitions introduced by
the `for` expressions scope.</content>
</entry>
</feed>
