mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Add ruby singleton class match (#270)
Now it'll match `singleton_class` like: ```ruby class << self # ... end ```
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user