<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/julia, branch v0.9.0</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/julia?h=v0.9.0</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/julia?h=v0.9.0'/>
<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>feat(julia): add builtin functions &amp; types</title>
<updated>2023-03-10T08:38:23Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-10T00:53:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=1012dd957e120f333474d8dbee07201ee7c1e94d'/>
<id>urn:sha1:1012dd957e120f333474d8dbee07201ee7c1e94d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(julia): mark begin &amp; end in an index or range expression as `@variable.builtin`</title>
<updated>2023-03-10T08:38:23Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-10T00:53:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=8886384244381f59458271b0e6f99f95fb7447fd'/>
<id>urn:sha1:8886384244381f59458271b0e6f99f95fb7447fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(julia): refactor some operators and punctuation</title>
<updated>2023-03-10T08:38:23Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-10T00:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9c7fa77f1443fd215c26c7c5f58484e2d4aeff0f'/>
<id>urn:sha1:9c7fa77f1443fd215c26c7c5f58484e2d4aeff0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: add `@string.documentation` where applicable</title>
<updated>2023-03-05T22:15:32Z</updated>
<author>
<name>Amaan Qureshi</name>
<email>amaanq12@gmail.com</email>
</author>
<published>2023-03-01T17:26:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=95bcd6a8fa1baa0824d44b697ba05bcc0b97bd34'/>
<id>urn:sha1:95bcd6a8fa1baa0824d44b697ba05bcc0b97bd34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(julia/highlights): Add `as` keyword</title>
<updated>2023-02-03T22:29:30Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2023-02-03T04:12:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4301040bbc578efec1ec81f96b53642ecc1543aa'/>
<id>urn:sha1:4301040bbc578efec1ec81f96b53642ecc1543aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>julia: add `if_clause` (#4204)</title>
<updated>2023-01-23T08:14:30Z</updated>
<author>
<name>Sergio A. Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2023-01-23T08:14:30Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4895c2133fbc4271b5592422e356c7a13f0fef76'/>
<id>urn:sha1:4895c2133fbc4271b5592422e356c7a13f0fef76</id>
<content type='text'>
* fix(julia/highlights): Add `if_clause`

* Update Julia lockfile revision</content>
</entry>
<entry>
<title>julia: update parser and highlights (#4035)</title>
<updated>2022-12-27T09:27:22Z</updated>
<author>
<name>Sergio A. Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-12-27T09:27:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0cb637ca9f4389172933e5aba36387ab8430b6fb'/>
<id>urn:sha1:0cb637ca9f4389172933e5aba36387ab8430b6fb</id>
<content type='text'>
- Update patterns for type definitions:
  The grammar was updated to parse `abstract type` and `primitive type`
  as a single token.
- Update @symbol capture to highlight quoted operators as symbols.
- Add pattern to highlight adjoint operator.
- Update patterns and captures for:
  - "keyword" operators (in, isa, where)
  - type operators (&lt;:, &gt;:)
  - Parametrized types.
</content>
</entry>
<entry>
<title>julia: update parser and highlights (#4016)</title>
<updated>2022-12-23T09:34:24Z</updated>
<author>
<name>Sergio A. Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-12-23T09:34:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=82cff67988b36450caefb557414ef697a83a58af'/>
<id>urn:sha1:82cff67988b36450caefb557414ef697a83a58af</id>
<content type='text'>
- Replace `scoped_identifier` with `field_expression` in function names
- Replace true and false with `boolean_literal`</content>
</entry>
<entry>
<title>julia: update queries to parser change (#3956)</title>
<updated>2022-12-14T08:06:08Z</updated>
<author>
<name>Sergio A. Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-12-14T08:06:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d31c71c959348b7b15f7e69608a47aea05ed7bc6'/>
<id>urn:sha1:d31c71c959348b7b15f7e69608a47aea05ed7bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(julia): update queries to parser change</title>
<updated>2022-12-03T11:00:27Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-12-03T10:42:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=360315540ca3c2218bcc2666d7272f88c229c89b'/>
<id>urn:sha1:360315540ca3c2218bcc2666d7272f88c229c89b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights: create subscoping for ternary operator</title>
<updated>2022-12-02T20:42:11Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-12-02T19:22:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d6a2ecb8b7093d6f6673cb6748bce9214a5099d3'/>
<id>urn:sha1:d6a2ecb8b7093d6f6673cb6748bce9214a5099d3</id>
<content type='text'>
After https://github.com/nvim-treesitter/nvim-treesitter/issues/470,
we decided to use `@conditional` for ternary operator instead of
operator despite `@conditional` is documented for keywords only.
A sub-scoping can make it easier for people to highlight this operator
group differently.

Also unify the usage of `@conditional...` across languages.
</content>
</entry>
<entry>
<title>injections(julia): add markdown</title>
<updated>2022-11-27T16:35:10Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-11-27T12:12:26Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e973a5cbb2b87bcacbb390365527652aa0256bb3'/>
<id>urn:sha1:e973a5cbb2b87bcacbb390365527652aa0256bb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>injections: add more regex injections</title>
<updated>2022-11-27T16:35:10Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-11-26T12:27:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9018fb26cc91c5e2349f94e39e8fdcfd43773891'/>
<id>urn:sha1:9018fb26cc91c5e2349f94e39e8fdcfd43773891</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(julia): use more specific groups</title>
<updated>2022-11-26T11:17:51Z</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2022-11-20T12:41:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=58940a558986a640623bf42ad48273576d14b613'/>
<id>urn:sha1:58940a558986a640623bf42ad48273576d14b613</id>
<content type='text'>
</content>
</entry>
<entry>
<title>julia: update queries to parser change</title>
<updated>2022-11-12T10:06:59Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-11-12T09:28:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=692432df294ef3881f450dc80839e21c978cde28'/>
<id>urn:sha1:692432df294ef3881f450dc80839e21c978cde28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: update julia queries to parser change</title>
<updated>2022-11-06T10:12:20Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-11-06T10:03:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f6bc84dabdf6e201c25df2a1f5e1bb5748c833d1'/>
<id>urn:sha1:f6bc84dabdf6e201c25df2a1f5e1bb5748c833d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor julia locals</title>
<updated>2022-11-02T22:08:11Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-11-02T21:21:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a4b10b60c16ca141ca1dae538479889dd6932270'/>
<id>urn:sha1:a4b10b60c16ca141ca1dae538479889dd6932270</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(highlights/julia): Update definitions</title>
<updated>2022-11-02T22:08:11Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-10-10T04:58:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=27bbb64f8773066371c3f844e9bdad4c942bcdad'/>
<id>urn:sha1:27bbb64f8773066371c3f844e9bdad4c942bcdad</id>
<content type='text'>
See https://github.com/tree-sitter/tree-sitter-julia/pull/54

Remove a bunch of patterns with `argument_list`. No longer necessary
with `short_function_definition`.

Other minor changes including:

- Add boolean literals See
  https://github.com/tree-sitter/tree-sitter-julia/pull/44
- Update highlights for operators (for bindings, type operators, etc)

- Update lockfile
</content>
</entry>
<entry>
<title>fix(julia): remove highlight query for constants</title>
<updated>2022-10-12T16:17:21Z</updated>
<author>
<name>Fredrik Ekre</name>
<email>ekrefredrik@gmail.com</email>
</author>
<published>2022-10-11T22:24:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ef05f00814cb2ac125b9a86f174bbd3c50fdd8d3'/>
<id>urn:sha1:ef05f00814cb2ac125b9a86f174bbd3c50fdd8d3</id>
<content type='text'>
This patch removes the highlight query for constant identifiers based on
capitalization. This led to inconsistent highlighting since e.g. `AA`
would be a regular identifier, but `AAA` a constant. It is indeed true
that some constants are uppercase only identifiers, but there are also
constants which doesn't follow this pattern. Since there are no rules
about this it seems better to not try to guess.
</content>
</entry>
<entry>
<title>Split func/method definition from calls in julia highlighting query</title>
<updated>2022-08-03T19:05:30Z</updated>
<author>
<name>lfenzo</name>
<email>lfenzo@protonmail.com</email>
</author>
<published>2022-07-24T22:34:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=140393cfff11d99053a5b5363afb4dda6a3f1fa4'/>
<id>urn:sha1:140393cfff11d99053a5b5363afb4dda6a3f1fa4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(julia): add "mutable" keyword</title>
<updated>2022-07-16T11:37:59Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2022-07-15T21:43:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=aabae392943ad91ad2a4c7b395b0f37c7fe5c15f'/>
<id>urn:sha1:aabae392943ad91ad2a4c7b395b0f37c7fe5c15f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(highlights/julia): make operators visible</title>
<updated>2022-06-01T07:26:50Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-05-24T18:12:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6a4eb4e1c3b70bc0c0af9e3ffc52269d9be5e29c'/>
<id>urn:sha1:6a4eb4e1c3b70bc0c0af9e3ffc52269d9be5e29c</id>
<content type='text'>
See tree-sitter/tree-sitter-julia#34
</content>
</entry>
<entry>
<title>highlights(julia): Update literals</title>
<updated>2022-04-15T22:28:00Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-04-15T22:15:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=394e7f804831dfebf4286d88850fe9bba5db1ee1'/>
<id>urn:sha1:394e7f804831dfebf4286d88850fe9bba5db1ee1</id>
<content type='text'>
Add queries for:
- Character literals
- Escape sequences
- NaNs, Infs and missing

Remove highlight to identifiers in coefficient expressions.

Update other literals to match grammar.
</content>
</entry>
<entry>
<title>julia: update queries to parser changes</title>
<updated>2022-04-15T10:15:18Z</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-04-15T08:30:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b2807559e35587e3c9dc0b82633f8b4b04705192'/>
<id>urn:sha1:b2807559e35587e3c9dc0b82633f8b4b04705192</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(highlights/julia): Add missing highlights (#2464)</title>
<updated>2022-02-07T21:16:58Z</updated>
<author>
<name>Sergio A. Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2022-02-07T21:16:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=39142675775dc1b73ea34a0a87d6030274827a99'/>
<id>urn:sha1:39142675775dc1b73ea34a0a87d6030274827a99</id>
<content type='text'>
- Add highlights for:
    + command strings
    + abstract type definitions
    + module `end` delimiters

- Distinguish `:` in quotes and ranges (it's already highlighted
  differently in ternary expressions).</content>
</entry>
<entry>
<title>highlights(julia): add highlight for block comments</title>
<updated>2022-01-13T16:56:06Z</updated>
<author>
<name>koalp</name>
<email>koalp@alpaga.dev</email>
</author>
<published>2022-01-13T16:35:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c6afb729b9f3dc0c9270acf9790a29b0d1df9b63'/>
<id>urn:sha1:c6afb729b9f3dc0c9270acf9790a29b0d1df9b63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update queries</title>
<updated>2021-12-22T20:17:28Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-12-22T18:26:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=56634f49ab3d8122153c8c5582c581fb6a6af075'/>
<id>urn:sha1:56634f49ab3d8122153c8c5582c581fb6a6af075</id>
<content type='text'>
- Don't use the old form for predicates
- Update some invalid queries
</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>Add exception handling branches</title>
<updated>2021-07-07T19:37:18Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2021-06-16T22:14:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f3fab7498f34f846d472cc6181bfdb345f8aadf8'/>
<id>urn:sha1:f3fab7498f34f846d472cc6181bfdb345f8aadf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Julia fold queries</title>
<updated>2021-07-07T19:37:18Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2021-06-14T20:46:25Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a890c81a6b7d3c9b9306f4e811e402498b724433'/>
<id>urn:sha1:a890c81a6b7d3c9b9306f4e811e402498b724433</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Julia indent queries</title>
<updated>2021-07-07T19:37:18Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2021-06-14T20:46:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=6ec7516d3d7ef5f6e7a87986bb567548795a6286'/>
<id>urn:sha1:6ec7516d3d7ef5f6e7a87986bb567548795a6286</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>Use #any-of? instead of #match? where posible</title>
<updated>2021-06-24T22:22:48Z</updated>
<author>
<name>Joakker</name>
<email>joaquinandresleon108@gmail.com</email>
</author>
<published>2021-06-24T18:45:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c699cc2e47fe302e9f414356cceb20a309be5bc6'/>
<id>urn:sha1:c699cc2e47fe302e9f414356cceb20a309be5bc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve check-queries (#1253)</title>
<updated>2021-05-31T17:03:27Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-05-31T17:03:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=c1f61d4ca1319747c27ec97b5f050b3d936e0a55'/>
<id>urn:sha1:c1f61d4ca1319747c27ec97b5f050b3d936e0a55</id>
<content type='text'>
- Add checks for injections.
- Allow queries that start with [A-Z] for highlights only.
- Don't stop on the first error, finish checking all queries.</content>
</entry>
<entry>
<title>Add Julia queries</title>
<updated>2021-05-16T19:26:06Z</updated>
<author>
<name>Sergio Alejandro Vargas</name>
<email>savargasqu+git@unal.edu.co</email>
</author>
<published>2021-05-10T20:59:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=d2a5e207b8645389c58ae1721ff1af11dead3f96'/>
<id>urn:sha1:d2a5e207b8645389c58ae1721ff1af11dead3f96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"</title>
<updated>2021-05-07T14:51:57Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-30T18:22:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=67f08570152792c6a4f0815e71a0093ad97f2725'/>
<id>urn:sha1:67f08570152792c6a4f0815e71a0093ad97f2725</id>
<content type='text'>
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
</content>
</entry>
<entry>
<title>Comment: use `@combined` to create just one tree per buffer (#1252)</title>
<updated>2021-04-28T12:19:07Z</updated>
<author>
<name>Santos Gallegos</name>
<email>stsewd@protonmail.com</email>
</author>
<published>2021-04-28T12:19:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=4a7a713c527f57c355bc817f16fc6d955b8cce9b'/>
<id>urn:sha1:4a7a713c527f57c355bc817f16fc6d955b8cce9b</id>
<content type='text'>
* Comment: use `@combined` to create just one tree per buffer

There is no need to create a tree per line/block for comments.
Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251

* Add injections for scss

* Fix jsonc

* Combine jsdoc</content>
</entry>
<entry>
<title>highlights(julia): add "type"/"primitive" keyword</title>
<updated>2021-04-23T21:18:00Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-23T20:39:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=eca826b7039c95754cd7fc8de07da3bd2c12e90b'/>
<id>urn:sha1:eca826b7039c95754cd7fc8de07da3bd2c12e90b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>highlights(julia): add punctuation</title>
<updated>2021-04-23T21:18:00Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-04-23T20:28:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=13532928139a19e3fdfbcff67b29c09faee39610'/>
<id>urn:sha1:13532928139a19e3fdfbcff67b29c09faee39610</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(highlights): always highlight ternary operator as operator</title>
<updated>2021-04-22T15:50:56Z</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-04-22T15:43:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=9cfd3377e31fc28395187657430c60e25c0e23e5'/>
<id>urn:sha1:9cfd3377e31fc28395187657430c60e25c0e23e5</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>Highlight Julia symbol expressions as TSSymbol</title>
<updated>2021-03-04T05:19:40Z</updated>
<author>
<name>Dennis B</name>
<email>bluz71@users.noreply.github.com</email>
</author>
<published>2021-03-04T03:34:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a74da044a8c208177c0af56eeab709859e2fda38'/>
<id>urn:sha1:a74da044a8c208177c0af56eeab709859e2fda38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Julia highlights: Add markdown injection for docstrings</title>
<updated>2021-01-03T18:05:02Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-01-01T12:15:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=14d004773f7e45d56d668a5da3b198407dd4edc5'/>
<id>urn:sha1:14d004773f7e45d56d668a5da3b198407dd4edc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Julia highlights (coauthor: @mroavi)</title>
<updated>2021-01-03T18:05:02Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-09T19:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=dcf19d226bef7f10af218818286cfa080d3c7079'/>
<id>urn:sha1:dcf19d226bef7f10af218818286cfa080d3c7079</id>
<content type='text'>
</content>
</entry>
</feed>
