GoJetPlugin icon indicating copy to clipboard operation
GoJetPlugin copied to clipboard

Jet 2.0 hightlighting issue

Open mops1k opened this issue 4 years ago • 4 comments

Have issues with hightlighting in GoLand 2020.1 Issue image link

mops1k avatar May 07 '20 09:05 mops1k

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}* )

optiman avatar Aug 13 '20 17:08 optiman

Hi @optiman, thanks for the find. Are you interested in send a pull request to fix the issue?

jhsx avatar Sep 02 '20 10:09 jhsx

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.

optiman avatar Sep 02 '20 11:09 optiman

Is this still not resolved?

dreamscached avatar Jan 20 '22 18:01 dreamscached