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

Standalone lexer for Go language #145

Closed
zufuliu opened this issue Dec 5, 2019 · 1 comment
Closed

Standalone lexer for Go language #145

zufuliu opened this issue Dec 5, 2019 · 1 comment

Comments

@zufuliu
Copy link
Owner

zufuliu commented Dec 5, 2019

Currently Go use C/C++ lexer which almost works, except for auto type highlighting:
type in Go is after variable other than before variable.
moreover Go has very simply syntax compared to C/C++, e.g.: only one brace style.

@zufuliu
Copy link
Owner Author

zufuliu commented Jun 30, 2020

Lexer and API list for Go 1.14 added by 4efdc1d.

@zufuliu zufuliu closed this as completed Jun 30, 2020
RaiKoHoff pushed a commit to RaiKoHoff/notepad2 that referenced this issue Jul 19, 2021
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

1 participant