CodeEdit
CodeEdit copied to clipboard
🐞 Highlighting issue
Description
CodeEdit app isn't highlighting all lines of code. It's highlighting about 85% of lines displayed in the window. To fix this I need to scroll down all the file.(after scrolling all file the highlighting remains).
BUT: there is a scenario when scrolling doesn't help: if last few lines of file are not empty, then the'll not be highlighted. To fix this I need to add some empty lines at the end of file.
To Reproduce
- Open a file with an implemented highlighting(i.e .py file). The file must be longer than the CodeEdit app height.
Expected behavior
All the file is highlighted
Version information
CodeEdit: [e.g. 1.0 (1)] macOS: [e.g. 13.1.0] Xcode: [e.g. 14.2]
Additional context
No response