tree-sitter/tree-sitter-ruby

Method Invocations aren't highlighting correctly.

al-dot-exe opened this issue · 0 comments

Apologies in advance! This is my first time opening an issue on GitHub so if I am missing any important information please let me know!

Here is a snippet of code currently without the method invocations highlighted.
no highlight example

However, I believe I initiated a color for method invocations as shown in this sample from my Theme's YAML file.

ruby highlight groups

I'm thinking that it's a syntax issue or that I am initiating the wrong highlighting group; but when I run :TSHighlightCapturesUnderCursor, rubyKeywordAsMethod is what is given.

Current Ruby version is 3.0.2
Nightly Neovim version: NVIM v0.6.0-dev+310-g853346a94
tree-sitter version: 0.20.0