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

Inconsistent color of local variable #301

Open
collimarco opened this issue Oct 30, 2021 · 0 comments
Open

Inconsistent color of local variable #301

collimarco opened this issue Oct 30, 2021 · 0 comments

Comments

@collimarco
Copy link

def method
  content = File.read 'Dockerfile'
  parser = DockerfileParser.new
  parser.instance_eval(content)
end

content = and parser = are red in the first two lines, while the same variables are white when used in the last line. That is inconsistent.

Expected: a variable name must keep the same color inside a method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant