emacs-matlab/tests
Eric Ludlam 21402281fd matlab.el: Improve block comment handling.
(matlab-font-lock-extend-region): is now added to font-lok-extend-region-functions
and handles block comment bounds.
(matlab-ltype-block-comm): now returns the bounds of the block comment
the cursor is in.  (It had to find them anyway, so now it returns them.)
(matlab-show-paren-or-block): Now does nothing if in a block comment.
(matlab-mode-vf-block-matches-forward): Also ignores hits in block comments.
tests/mpclass.m: Minor tweaks from testing.
2019-11-09 19:23:02 -05:00
..
expressions.m Added several more examples to test navigation with. 2019-09-29 19:31:31 -04:00
fontlock.m Update font-lock keywords for functions so that 2019-11-09 12:01:34 -05:00
indents.m metest.el - add metest-indents-test and support functions. 2019-10-03 21:15:41 -04:00
mclass.m metest.el - add metest-indents-test and support functions. 2019-10-03 21:15:41 -04:00
metest.el Add support for parsing MATLAB Classes to semantic-matlab.el 2019-11-08 23:34:40 -05:00
metest.sh Add tests to check sexp navigation with expressions.m, and new functions in metest.el. 2019-09-26 21:42:55 -04:00
mpclass.m matlab.el: Improve block comment handling. 2019-11-09 19:23:02 -05:00
strings.m Added several more examples to test navigation with. 2019-09-29 19:31:31 -04:00