Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Triple Quasi Quotes containing " within processed string literals #163

Open
flipsi opened this issue Feb 19, 2021 · 0 comments
Open

Triple Quasi Quotes containing " within processed string literals #163

flipsi opened this issue Feb 19, 2021 · 0 comments

Comments

@flipsi
Copy link

flipsi commented Feb 19, 2021

Similar to #46, but more complex, syntax is broken if triple quasi quotes with quotes (s"""really "simple" example""") are used within processed string literals ("string interpolations"):

object Main {

  val str = s"${s""""Nooooo!""""}"

  def bar(x: Int): Unit = ()

}

In my Neovim v0.4.4 with the most recent version of this plugin (bbdfea4), it renders like this:
Bildschirmfoto_2021-02-19_17-11-31

(same in regular vim).

Is this something that can be fixed, @derekwyatt?

Thank you for your aweome contributions to the vim community, by the way, you're rocking!

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

No branches or pull requests

1 participant