nvim-treesitter/queries/ruby
Cameron e28b65bb52 Add Operators for Ruby
Many operators were missing from ruby, so, I added them.

Additionally, with string interpolation (`"#{xxx}"`), the closing `}` was being matched to `punctuation.bracket` instead of `punctuation.special`, so I fixed that too.

I didn't see any further details about how to contribute, so if I've overlooked anything, I'll be happy to add it.
2021-11-11 21:04:42 -05:00
..
folds.scm folds support and somewhat better indents for ruby 2021-03-15 19:54:30 +01:00
highlights.scm Add Operators for Ruby 2021-11-11 21:04:42 -05:00
indents.scm Indent Ruby singleton classes 2021-04-17 09:39:32 +02:00
injections.scm downcase! directive to use with ruby injections 2021-06-04 07:47:21 +02:00
locals.scm Fix instance and singleton method locals for Ruby 2021-08-09 08:38:02 +02:00