Skip to content

Block mismatch when assigned #23

@gerrywastaken

Description

@gerrywastaken
def foo()
  bar = if true
  end # highlighting this `end` shows a match on the method `def` line
end

It seems that doing an assignment from some blocks results in it not being spotted as the beginning of a block. In the above example I get def foo() as my match for the end for the if block.

edit: Thanks for making this awesome plugin!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions