branch: externals/matlab-mode
commit 36d2d777930151f3bf45ec6d56e08503443ffe6a
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    matlab-ts-mode: removed a completed to do item, added a new indent to do 
item
---
 matlab-ts-mode.el | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index d03efbeb3d..84684fbc52 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -2631,12 +2631,9 @@ is t, add the following to an Init File (e.g. 
`user-init-file' or
     ;; TODO double check t-utils.el help, extract the help and put in treesit 
how to
     ;;
     ;; TODO indent
-    ;;      classdef mfile_type_classdef
-    ;;          properties
-    ;;              p1
-    ;;              ^              <== RET on previous line should go here
-    ;;          end
-    ;;      end
+    ;;      improve t-utils-test-indent to have two typing modes:
+    ;;          - typing newlines
+    ;;          - typing line-by-line
     ;;
     ;; TODO font-lock
     ;;      classdef fooenum

Reply via email to