lkishalmi commented on issue #8174:
URL: https://github.com/apache/netbeans/issues/8174#issuecomment-2612951337
Managed to reproduce. The issue is in the ANTLR Lexer for TOML
To reproduce just have the following toml:
```toml
a = {}
```
then delete the last curly from right with `<backspace>`.
The problem is that ANTLR sends an EOF token in this case, while still
having some characters on the stream.
I can try to patch the bridge to handle this cases better, though it would
be the best to fix the TOML Lexer grammar.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists