SynEdit Pas HL: recognize {$IFOPT}

git-svn-id: trunk@37854 -
This commit is contained in:
martin 2012-07-02 21:49:22 +00:00
parent b08e12984d
commit 2edaf60158

View File

@ -2509,7 +2509,7 @@ begin
inc(Run, 2);
fToIdent := Run;
KeyHash;
if KeyComp('ifdef') or KeyComp('ifndef') or KeyComp('if') then
if KeyComp('ifdef') or KeyComp('ifndef') or KeyComp('if') or KeyComp('ifopt') then
StartDirectiveFoldBlock(cfbtIfDef)
else if KeyComp('endif') then
EndDirectiveFoldBlock(cfbtIfDef)