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 Struct and Interface Syntax Issues #7

Open
charlespascoe opened this issue May 24, 2024 · 0 comments
Open

Fix Struct and Interface Syntax Issues #7

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

Comments

@charlespascoe
Copy link
Owner

  • Multiline comma not highlighted in structs e.g. the , isn't highlighted:
type Foo struct {
    A,
    B string
}
  • Semicolons not highlighted in interfaces
  • Embedded type with tag not highlighted as type, e.g. Bar isn't highlighted as a type:
type Foo struct {
    Bar `json:"bar"`
}
@charlespascoe charlespascoe added the bug Something isn't working label May 24, 2024
@charlespascoe charlespascoe self-assigned this May 24, 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