elpasync pushed a change to branch externals/matlab-mode.

      from  389e8a5e73 matlab-ts-mode: updated to latest treesit gammer, other 
fixes
       new  f20fe6a5bc matlab-ts-mode: fix indent involving catch clause with a 
comment
       new  119e6a3a88 matlab-ts-mode: add skipped test that lockdown multiple 
argument blocks


Summary of changes:
 NEWS.org                                                 |  4 ++++
 matlab-mode.el                                           |  2 +-
 matlab-ts-mode.el                                        |  8 +++++++-
 matlab.el                                                |  2 +-
 .../indent_catch_with_comment.m                          |  7 +++++++
 .../indent_catch_with_comment_expected.m                 |  7 +++++++
 .../indent_catch_with_comment_expected_msgs.m            |  7 +++++++
 .../indent_comment_after_prop_expected_msgs.m            |  2 +-
 .../indent_multiple_arg_blocks_issue113.m                | 16 ++++++++++++++++
 .../indent_multiple_arg_blocks_issue113.skip.txt         |  1 +
 10 files changed, 52 insertions(+), 4 deletions(-)
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_catch_with_comment.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_catch_with_comment_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_catch_with_comment_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_multiple_arg_blocks_issue113.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_multiple_arg_blocks_issue113.skip.txt

Reply via email to