Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Heredocs with other method params on the same line break highlighting #183

Closed
segiddins opened this issue Jul 19, 2017 · 2 comments
Closed
Labels
bug Bug reports

Comments

@segiddins
Copy link

Your environment

  • vscode-ruby version: 0.12.1
  • Ruby version: 2.4.1
  • VS Code version: 1.14.1
  • Operating System: macOS 10.12.5
  • Hardware (optional):

Make sure you have ruby, ruby-debug-ide and ruby-debug-basex19 installed before submitting your issue -- thank you !

Expected behavior

The parameters after the heredoc-begin, plus the method called on the heredoc string, should be highlighted normally

Actual behavior

They're all highlighted as a string

Steps to reproduce the problem

paste the following into a ruby file:

#!/usr/bin/env ruby

function_call <<-EOS.strip, false, nil, :foo => :bar
  the quick
EOS
@rebornix rebornix added the bug Bug reports label Aug 11, 2017
@papa-whisky
Copy link

papa-whisky commented Oct 6, 2017

This might be fixed in VSCode 1.17 ? (this bit, I haven't actually tested it sorry)
EDIT: nope it's still broken

@wingrunr21
Copy link
Collaborator

Closing for issue cleanup. Apologies if this is still an issue. We are working to improve the core extension experience.

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

No branches or pull requests

4 participants