Charles Pascoe

Results 8 issues of Charles Pascoe

Fixes #1 - better late than never :) A few things to note about the changes: - It supports repeat for everything except `c`, `!`, `z[`, and `z]`, though I'm...

E.g.: ```go 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...

bug

E.g. `type Foo [26*26]int`

enhancement

I'm not sure if I've set this up properly and it may be causing conflict issues I'm not aware of.

- Multiline comma not highlighted in structs e.g. the `,` isn't highlighted: ```go type Foo struct { A, B string } ``` - Semicolons not highlighted in interfaces - Embedded...

bug