You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SynHighlighterCSS.pas line 641 returns True for a $ character, but the case block starting line 651 does not handle a $, resulting in an infinite loop.
My solution was to simply remove '$' on line 641.
The text was updated successfully, but these errors were encountered:
SynHighlighterCSS.pas line 641 returns True for a $ character, but the case block starting line 651 does not handle a $, resulting in an infinite loop.
My solution was to simply remove '$' on line 641.
The text was updated successfully, but these errors were encountered: