Skip to content

Go goStringFormat not supported within goRawString #17

Description

@ajl-shipt

Example

fmt.Sprintf(`
This is a %s
`, "test case")

Syntax highlighting does not correctly highlight the format string as expected.

fmt.Sprintf("This is a %s", "test case")

Will highlight the format string as expected.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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