Skip to content

Go goStringFormat not supported within goRawString #17

@ajl-shipt

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.

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