TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
221 stars 73 forks source link

TSynCssSyn infinite loop #253

Closed PaulvanHelden closed 6 months ago

PaulvanHelden commented 6 months ago

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

pyscripter commented 6 months ago

Duplicate of #241