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

Fix commas in multiline comma-separated field names #6

Open
charlespascoe opened this issue Feb 23, 2024 · 0 comments
Open

Fix commas in multiline comma-separated field names #6

charlespascoe opened this issue Feb 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@charlespascoe
Copy link
Owner

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.

@charlespascoe charlespascoe added the bug Something isn't working label Feb 23, 2024
@charlespascoe charlespascoe self-assigned this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant