altsem / gitu

A TUI Git client inspired by Magit
MIT License
1.79k stars 93 forks source link

Can't show commit content when press enter (panicked at src/syntax_highlight.rs:185:13:) #149

Closed micisse closed 5 months ago

micisse commented 5 months ago

Hi,

I've been tracking this error since I upgraded to the new version. Unable to display the contents of a commit. The video will tell you more

https://github.com/altsem/gitu/assets/56940294/35c6fc20-a69d-4c1b-bed5-c864fa187da0

version: 0.19.0

altsem commented 5 months ago

Hmm interesting. Is the contents in a .tsx file by any chance or do you have the file extension?

micisse commented 5 months ago

@altsem It's a rust project, but yeah it does contain .tsx files. This commit contains .tsx files

altsem commented 5 months ago

Cool. I noticed I did an oopsie in the code, fix is on the way! (0.19.1) :+1:

micisse commented 5 months ago

v0.19.1 fix the bug 🚀