I'm using emacs for editing a bunch of matlab files. The only gripe that I have is that the syntax highlighting provided by octave-mode is pretty poor.
This is the syntax highlighting provided by sublime text, while this is emacs. On the right side is octave-mode, on the left is matlab-mode.
How can I have syntax highlighting for the keywords and numbers in emacs?
EDIT: I just found highlight-numbers-mode for the numbers, the only problem left is the keywords highlighting.