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 610 returns True for a $ character, but the case block starting line 620 does not handle a $, resulting in an infinite loop.
My solution was to simply remove '$' on line 610
The text was updated successfully, but these errors were encountered:
SynHighlighterCSS.pas line 610 returns True for a $ character, but the case block starting line 620 does not handle a $, resulting in an infinite loop.
My solution was to simply remove '$' on line 610
The text was updated successfully, but these errors were encountered: