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

go language full support - enhancement req #61

Open
Savage1969 opened this issue Jul 19, 2022 · 2 comments
Open

go language full support - enhancement req #61

Savage1969 opened this issue Jul 19, 2022 · 2 comments

Comments

@Savage1969
Copy link

If someone is up for it, it would be fantastic if the complete go language syntax was fully supported as it's currently missing quite a bit. including consistent variable and function coloring. Thank you in advance for your consideration.

@jdinhify
Copy link
Owner

Thanks @Savage1969

It would be great if you could provide some golang snippets & what you think is missing/inconsistent

@psidex
Copy link

psidex commented Nov 12, 2022

Hey @jdinhify, the main thing that annoys me is that function calls aren't highlighted:

Code

if err := cmd.Wait(); err != nil {
	return "", cmd.ProcessState.ExitCode(), err
}

Default color scheme:
image

Gruvbox Dark Medium:
image

Specifically Wait() and ExitCode() in that example.

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

No branches or pull requests

3 participants