XertroV / vscode-openplanet-angelscript

Visual Studio Code Language Server and Debug Adapter for use with Openplanet-Angelscript.
MIT License
3 stars 2 forks source link

improve detection of multiline comments #12

Open ezio416 opened 6 months ago

ezio416 commented 6 months ago

Since Angelscript supports multiline comments like:

/*
comment block
*/

There should be proper detection of them. While editing within the comment block it's unable to parse it, but as soon as I start editing some real code elsewhere in the file, the red squigly goes away

ezio416 commented 6 months ago

seems to no longer be an issue, maybe I was running into an edge case but I can't reproduce it now

ezio416 commented 5 months ago

Seems to happen when the comment is at the end of a file actually