GoJetPlugin
GoJetPlugin copied to clipboard
Jet 2.0 hightlighting issue
Have issues with hightlighting in GoLand 2020.1 Issue image link
I think the problem is here: https://github.com/jhsx/GoJetPlugin/blob/468019136301507df10a5af10e3b69100f4ada3f/src/io/github/jhsx/jet/lang/lexer/jet.flex#L43
Probably must be:
IDENT = {LETTER} ({LETTER}* | {DIGIT}* )
Hi @optiman, thanks for the find. Are you interested in send a pull request to fix the issue?
Unfortunately, I haven't been able to build the project. I'm not very familiar with Java. Also I have decided to use the official Go templates, after all.
Is this still not resolved?