Reputation: 3500
I have a weird occurance and can't eclipse.
Somehow, Eclipse does not show the SyntaxHighlighting for one File, but for all the others:
Did some else experience this problem once? How can I fix this? I allready tried closing and restarting Eclipse, but it ain't work!
Upvotes: 4
Views: 1559
Reputation: 1510
If only one file that having this problem, most likely you accidentally open the file with Text Editor. Eclipse will remember that last editor that you use to open the file. Right click on the file at explorer list, at Popup menu, select Open With > JSP Editor.
Upvotes: 3