<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvim-treesitter/queries/ruby/highlights.scm, branch 0.5-compat</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/ruby/highlights.scm?h=0.5-compat</id>
<link rel='self' href='http://git.sudomsg.com/mirror/nvim-treesitter/atom/queries/ruby/highlights.scm?h=0.5-compat'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/'/>
<updated>2021-07-04T19:49:17Z</updated>
<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>[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>Ruby constants highlighted as Type</title>
<updated>2021-02-22T20:08:49Z</updated>
<author>
<name>Kassio Borges</name>
<email>kassioborgesm@gmail.com</email>
</author>
<published>2020-12-18T13:51:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f6b4c6b2d6075a0b14bd09fb003a37f19a47e025'/>
<id>urn:sha1:f6b4c6b2d6075a0b14bd09fb003a37f19a47e025</id>
<content type='text'>
In ruby constants and types are usually highlighted the sameway.

Based on vim-ruby highlight.
https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim#L502
</content>
</entry>
<entry>
<title>Highlight ruby symbols as @property</title>
<updated>2021-01-25T20:39:29Z</updated>
<author>
<name>Jeffrey Chupp</name>
<email>jeff@semanticart.com</email>
</author>
<published>2021-01-25T18:49:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=76d4a2a0c4883ee9ed4f4f17773e067836f2153d'/>
<id>urn:sha1:76d4a2a0c4883ee9ed4f4f17773e067836f2153d</id>
<content type='text'>
Distinguish from @constant. Closes #874</content>
</entry>
<entry>
<title>Ruby highlights: symbol -&gt; simple_symbol, hash_key_symbol, delimited_symbol</title>
<updated>2021-01-21T11:40:45Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-01-20T20:23:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=99ecb46592f8e9a3a8b56ff2c4fd18f1eff4a5af'/>
<id>urn:sha1:99ecb46592f8e9a3a8b56ff2c4fd18f1eff4a5af</id>
<content type='text'>
Account for https://github.com/tree-sitter/tree-sitter-ruby/pull/152
</content>
</entry>
<entry>
<title>Remove usages of `@embedded` in highlights</title>
<updated>2021-01-06T14:12:32Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2021-01-06T01:11:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=40588da97ca5de8db025f96abb4c1efb03f590e9'/>
<id>urn:sha1:40588da97ca5de8db025f96abb4c1efb03f590e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more ruby built-in constants</title>
<updated>2020-12-18T16:10:14Z</updated>
<author>
<name>Kassio Borges</name>
<email>kassioborgesm@gmail.com</email>
</author>
<published>2020-12-18T14:48:41Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=a5f2970d7af947c066fb65aef2220335008242b7'/>
<id>urn:sha1:a5f2970d7af947c066fb65aef2220335008242b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ruby highlights: Unify call and method_call (follow tree-sitter-ruby)</title>
<updated>2020-12-16T09:08:50Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-12-16T09:08:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=5f20329e9605169a1818f237035ac0d515f0219b'/>
<id>urn:sha1:5f20329e9605169a1818f237035ac0d515f0219b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some ruby exception keywords</title>
<updated>2020-12-05T21:49:42Z</updated>
<author>
<name>Kassio Borges</name>
<email>kassioborgesm@gmail.com</email>
</author>
<published>2020-12-04T19:02:42Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b8bbfceca74d9cb480c9582fab0a17cf0fb42779'/>
<id>urn:sha1:b8bbfceca74d9cb480c9582fab0a17cf0fb42779</id>
<content type='text'>
</content>
</entry>
<entry>
<title>💣 !! Use TSUpdate !! Fix ruby queries</title>
<updated>2020-11-03T19:26:08Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-11-03T19:09:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=f999dc41131c3c69f2411af13597932c042e8e5a'/>
<id>urn:sha1:f999dc41131c3c69f2411af13597932c042e8e5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ruby highlights: reset highlight on interpolation</title>
<updated>2020-10-12T11:26:51Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-10-10T12:54:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7c96582ef187d607a677b1553bfa2dd327729ad6'/>
<id>urn:sha1:7c96582ef187d607a677b1553bfa2dd327729ad6</id>
<content type='text'>
@TravonteD
</content>
</entry>
<entry>
<title>Highlight top-level 'require' as TSInclude (fix #463)</title>
<updated>2020-09-23T15:14:11Z</updated>
<author>
<name>Dennis B</name>
<email>bluz71@users.noreply.github.com</email>
</author>
<published>2020-09-20T05:48:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=3818cc29d05d26be1aa1badd22ea1545315c5310'/>
<id>urn:sha1:3818cc29d05d26be1aa1badd22ea1545315c5310</id>
<content type='text'>
Same for 'require_relative' &amp; 'load' code importation mechanisms.

Note, method calls of 'require' (as in Rails strong-params) will be
still be highlighted as Method/Function.
</content>
</entry>
<entry>
<title>Add @keyword.operator for operators that are English words and add @exception for Java/JS</title>
<updated>2020-09-19T05:30:49Z</updated>
<author>
<name>Stephan Seitz</name>
<email>stephan.seitz@fau.de</email>
</author>
<published>2020-09-13T13:08:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=7e3c4f808940a981a034709163724eb5a7546e2d'/>
<id>urn:sha1:7e3c4f808940a981a034709163724eb5a7546e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move the generic "constant" capture to the top</title>
<updated>2020-09-18T13:14:32Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-09-18T13:11:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=b4abf6b07d1c4b99dd12118d16f72ffdc438fb53'/>
<id>urn:sha1:b4abf6b07d1c4b99dd12118d16f72ffdc438fb53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update require statements to use TSInclude</title>
<updated>2020-09-16T08:28:41Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-09-16T01:56:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=73a82638a5afbd3d5894f91c33ba0f71caa04c39'/>
<id>urn:sha1:73a82638a5afbd3d5894f91c33ba0f71caa04c39</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 TSType and TSPunctuationSpecial</title>
<updated>2020-09-12T07:36:55Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-09-12T03:18:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=e1434ff68b1f94690c1430388fd9cb95c89c1347'/>
<id>urn:sha1:e1434ff68b1f94690c1430388fd9cb95c89c1347</id>
<content type='text'>
Move class and module names to @type to be consistent with the other
languages. (fixes #448)

Use @punction.special for interpolation brackets. (fixes #449)
</content>
</entry>
<entry>
<title>fix(queries): use vim-match for non lua regexes</title>
<updated>2020-08-16T16:31:56Z</updated>
<author>
<name>Steven Sojka</name>
<email>steelsojka@gmail.com</email>
</author>
<published>2020-08-16T16:24:10Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=ce43dbf54cdc017e6885381f38ea056f78c4e55b'/>
<id>urn:sha1:ce43dbf54cdc017e6885381f38ea056f78c4e55b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the ":" in symbols when used in pairs</title>
<updated>2020-06-23T07:28:32Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-06-22T15:18:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=09c2e6e0a73721128b723b9668a8316aebb3a590'/>
<id>urn:sha1:09c2e6e0a73721128b723b9668a8316aebb3a590</id>
<content type='text'>
This fixes the colon not being highlighted when a symbol is represented
in a pair like so:

    symbol: true
</content>
</entry>
<entry>
<title>refactor: use newly introduced consolidated syntax</title>
<updated>2020-06-20T13:03:39Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-06-19T13:59:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=0f836e060266c73e77871bd85b91f4159556035d'/>
<id>urn:sha1:0f836e060266c73e77871bd85b91f4159556035d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- #76 update the predicate syntax for ruby and css</title>
<updated>2020-06-11T14:38:19Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-06-07T22:15:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=37f9866f6685a3a62536f857348202b280e28dbe'/>
<id>urn:sha1:37f9866f6685a3a62536f857348202b280e28dbe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update ruby highlights and locals to conform the new contribution</title>
<updated>2020-05-11T15:54:59Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-05-11T15:54:59Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=64925f92d98cc3c634debe63b8e51cd14ac0eaee'/>
<id>urn:sha1:64925f92d98cc3c634debe63b8e51cd14ac0eaee</id>
<content type='text'>
standards
</content>
</entry>
<entry>
<title>Squashed commit of the following:</title>
<updated>2020-04-24T12:48:18Z</updated>
<author>
<name>TravonteD</name>
<email>tman1300@aol.com</email>
</author>
<published>2020-04-24T12:48:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/nvim-treesitter/commit/?id=79ab9fc6fbbccd9cf3ea7877bd47c187360086a5'/>
<id>urn:sha1:79ab9fc6fbbccd9cf3ea7877bd47c187360086a5</id>
<content type='text'>
commit 1b3700b0cd68cb507c64b7243a5bea050379f09c
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Fri Apr 24 08:44:34 2020 -0400

    remove local from the capture groups

commit 62f1a613c7c6f26e3a85f06f322ead28280dc7ca
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Thu Apr 23 18:43:09 2020 -0400

    update captures for identifiers

commit 9966d5a9cd780b2de80e620cee6833fd341028d0
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Thu Apr 23 18:42:42 2020 -0400

    add capture for constants that are recievers of a method call

commit 10f03606710a3a54c8c722e4883b9475c6f9f776
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Thu Apr 23 17:54:25 2020 -0400

    update captures for function definitions and calls

commit 4b350274cb02e1b69ae013fa157bae5c6be9e577
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Thu Apr 23 17:21:10 2020 -0400

    update captures for operators

commit c66d42cd0d56d0a1bbfb1f88ffa7ff6ae8b6c2df
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Thu Apr 23 17:10:13 2020 -0400

    update captures for literals

commit a9c097fe03f7294fdaede760f2c016cf6c960a45
Author: TravonteD &lt;tman1300@aol.com&gt;
Date:   Thu Apr 23 15:54:47 2020 -0400

    add highlights and locals from treesitter-ruby
</content>
</entry>
</feed>
