Add ruby singleton class match (#270)

Now it'll match `singleton_class` like:
```ruby
class << self
  # ...
end
```
This commit is contained in:
Kassio Borges
2023-02-19 09:08:39 -05:00
committed by GitHub
parent 54ac6e1f22
commit 60afb50b4a

View File

@@ -12,6 +12,9 @@
(class
"class" @open.class
"end" @close.class) @scope.class
(singleton_class
"class" @open.class
"end" @close.class) @scope.class
(if
"if" @open.if