remy / vscode-nextbasic

VS Code tools for NextBASIC
https://marketplace.visualstudio.com/items?itemName=remysharp.nextbasic
8 stars 2 forks source link

Feature request / Syntax detection #17

Closed Andy1966uk closed 3 years ago

Andy1966uk commented 4 years ago

Just a quick one. I am using custom Proc i.e. DEF PROC DisplayBadGuy1 and it doesn't get detected as a subrouteine in blue. It works, so not a big issue, but any PROC where there is a number, doesn;t get recongnised... thx

remy commented 4 years ago

Shouldn't it be DEFPROC DisplayBadGuy1? Certainly the syntax highlighting will work without the space, but it's possible that NextBASIC let's it fly with a space (apparently spaces are valid charactes in variable names which has kind of broken my brain!)

remy commented 4 years ago

Did you get to the bottom of this in the end?

remy commented 3 years ago

Going to mark as a non-issue - I'm guessing it's fine.