Hi All, I am trying to create a netbeans plugin for TOML file support. I have followed the lexer/parser tutorial on apache netbeans site and few other tutorials. I have got the basics working.
But when I edit the file, lexer seems to encounter some issues due to which the coloring get messed up. Please check the below video link to take a look at the issue. https://github.com/Rahul-khandelwal/nb-for-toml/blob/master/example/text-color-messed-up.mov I am also including the link to the repository. https://github.com/Rahul-khandelwal/nb-for-toml/ Regards, Rahul khandelwal
