Yes, you are right. Is this possibly related to the move-to-next line bug when word wrap is on? Only when the current word is ended by adding a non-word character, will the line be moved up to show as last line on the screen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I noticed that if the last word of a file is a keyword, it's never highlighted.
You need to add a space or a CR in order to have it recognized.
The end of a file is not recognized as a word separator.
E.g. in a C file you type "void"... the word will not be highlighted until you either hit a SPACE or ENTER.
Yes, you are right. Is this possibly related to the move-to-next line bug when word wrap is on? Only when the current word is ended by adding a non-word character, will the line be moved up to show as last line on the screen.