Skip to content

Triple Quasi Quotes containing " within processed string literals #163

@flipsi

Description

@flipsi

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!

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