-
Notifications
You must be signed in to change notification settings - Fork 598
Go Syntax Highlighting has many bugs #48
Copy link
Copy link
Closed
Description
As the image shows below, there are a number of issues with the Go syntax highlighting provided by this package (and inherited from GoSublime?):
- Grave accent ``` strings do not correctly highlight for formatting arguments like
%s - Normal
"strings do not syntax highlight correctly for numbered formatting arguments like%[1]s - Primitives inside of function definition arguments or returns do not syntax highlight
- Function definitions that take more than one line cause the function name to stop highlighting
- Type definitions for function types cause the
typekeyword to stop highlighting - Function definitions following a type definition of a function type do not highlight the
funckeyword or the function name

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels