Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Method 'slash' causes highlighting issues #175

Open
@blerins

Description

@blerins

Hello,

I'm writing some Ruby code that use slash (/) method and it is highlighted as regexp several times.

class A
  def /
    puts 'ROOT'
    self
  end

  def <
    puts 'ANCESTOR'
    self
  end
end

a = A.new
b = A.new

a./.< == true ? b./.< : b./.<.<

slash

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions