rdbende / tkcode

Use Chlorophyll instead
https://github.com/rdbende/chlorophyll
MIT License
19 stars 3 forks source link

Make syntax highlight automatically #9

Closed Moosems closed 2 years ago

Moosems commented 2 years ago

I've noticed as I type that the syntax takes a moment or two to add the syntax highlighting. I suspect this is due to this line using the keyrelease. Given that the user must wait for the character to be inserted visually before it can be read this poses a challenge

rdbende commented 2 years ago

LOL 😆 (see #8). Someone already reported this problem by email, about 2 months ago, and I even fixed it so that the delay is barely noticeable. I just didn't have time to push it? Or idk what happened with it 😂

Moosems commented 2 years ago

Lol

Moosems commented 2 years ago

I just made some edits on my own end and got it to instantly highlight. I'll make a pull request to add it