elpasync pushed a change to branch externals/matlab-mode. from 06b94e8cd5 imenu: removed ellipsis handling for funtion return args new e3e6952d57 Update imenu to use matlab syntax font-lock new 9d12c2470d NEWS.org: add entry for updated imenu
Summary of changes: NEWS.org | 2 +- doc/matlab-imenu.org | 18 +++- matlab.el | 127 +++++++++--------------- tests/metest-imenu-files/f0_expected.txt | 2 + tests/metest-imenu-files/g0_expected.txt | 3 +- tests/metest-imenu-files/oneliner.m | 1 + tests/metest-imenu-files/oneliner_expected.txt | 1 + tests/metest-imenu-files/symPosDef.m | 19 ++++ tests/metest-imenu-files/symPosDef_expected.txt | 3 + tests/metest-imenu.el | 47 ++++----- 10 files changed, 114 insertions(+), 109 deletions(-) create mode 100644 tests/metest-imenu-files/oneliner.m create mode 100644 tests/metest-imenu-files/oneliner_expected.txt create mode 100644 tests/metest-imenu-files/symPosDef.m create mode 100644 tests/metest-imenu-files/symPosDef_expected.txt