Closed grymmjack closed 1 year ago
Option is already 'blue' do you want it include in the metacommands scope?
Hi @LordDurus been a while :)
Is OPTION
a meta command? I thought they all started with $whatever
? hrmm.
If it's a meta command I guess make it part of that group?
🙏🏻
I didn't change $Include, that is a bigger ball of wax since it will have go to definition side effects. If include is a must add an item just for it.
I don't know if "Option Explicit" is technically a meta command but I do like it having colored as one. So I included it :)
I did add a scope metacommand.QB64 and it includes REM $DYNAMIC ' $DYNAMIC REM $STATIC ' $STATIC $ASSERTS $CHECKING $COLOR $CONSOLE $DEBUG $ERROR $EXEICON $LET $IF $ELSEIF $END IF $SCREENHIDE $SCREENSHOW $VIRTUALKEYBOARD $VERSIONINFO:Comments $VERSIONINFO:CompanyName $VERSIONINFO:FileDescription $VERSIONINFO:FileVersion $VERSIONINFO:InternalName $VERSIONINFO:LegalCopyright $VERSIONINFO:LegalTrademarks $VERSIONINFO:OriginalFilename $VERSIONINFO:ProductName $VERSIONINFO:ProductVersion $VERSIONINFO:Web Option Explicit
This is in dev v0.9.1
There was a fair amount to this change the $ does not work in with textmate regex. So keep an eye on this change and let me know if you see any issues.
The highlighting is missing $Resize
Updated to handle #Resize
$Color is not getting formatted correctly - Fixed and in v0.9.1
I would love it if there was additional highlighting for:
'$INCLUDE:
'$*
Meta-commands ($IF, $LET, $ENDIF, etc.)OPTION