Skip to content

Fix commas in multiline comma-separated field names #6

Description

@charlespascoe

E.g.:

type Foo struct {
	A,
	B,
	C, D Foo
}

The commas after A and B won't be highlighted, but the comma after C will be.

Need to make sure that any changes won't break other syntax highlighting within struct types.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions