Java lexer

All questions regarding lexer highlighting schemes are discussed here...
Post Reply
ANewUser
Posts: 50
Joined: 25.01.2020 12:15

Java lexer

Post by ANewUser »

Hello!

The numbers can contain the underscore character to separate the digits.

https://docs.oracle.com/javase/8/docs/t ... erals.html
https://i.imgur.com/w6UvcWW.png
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

thanks, fixed Java lexer.
Attachments
Screenshot from 2020-02-08 14-16-18.png
ANewUser
Posts: 50
Joined: 25.01.2020 12:15

Post by ANewUser »

Thank you, I have updated.
ANewUser
Posts: 50
Joined: 25.01.2020 12:15

Post by ANewUser »

The double float number suffix is not recognized.
https://i.imgur.com/3G38dfr.png
Thanks!
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

this was fixed now, lexer is updated (Cud, Synwrite).
Post Reply