I'm building an Intellij plugin for Angel Script. Starting with syntax highlighting, and hoping to add code completion and other features. Here is a video demo:
My question is about the grammar. I'm basing it on this page:
https://www.angelcode.com/angelscript/sdk/docs/manual/doc_script_bnf.html
Is this grammar up-to-date? I noticed it was missing comments for example. Besides scouring the web for random angel script files and running it through the parser, how can I ensure my plugin covers all the grammar?