I'm using Notepad++ to edit MATLAB .m files. It works well in most respects, except that it seems that the lexer hasn't been updated to be compatible with recent version of MATLAB.
In particular, it doesn't highlight the 'classdef', 'methods' and 'properties' keywords when using MATLAB's object-oriented features. Is there a way to update the lexer, or a way to edit it myself so that it correctly highlights these keywords?
The highlighting on the keywords 'classdef' and 'properties' should be the same as the highlighting on the keyword 'end':

