branch: externals/matlab-mode
commit 95c2af90500d8b5ac9da325fee1061bfb79130e2
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    matlab-ts-mode: add to do items
---
 matlab-ts-mode.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index 122f0dace5..5c0d60266b 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -3287,6 +3287,13 @@ is t, add the following to an Init File (e.g. 
`user-init-file' or
     ;; TODO add rename identifier
     ;;
     ;; TODO check C-h f RET matlab-ts-mode RET help and validate all listed 
items are valid.
+    ;;
+    ;; TODO add matlab-sections-minor-mode indicator in mode line and make it 
clickable so it can
+    ;;      be turned off
+    ;;
+    ;; TODO add error indicator in mode line and make it clickable so one can 
see the errors.
+    ;;      Also underline them.
+    ;;
 
     (treesit-major-mode-setup)
 

Reply via email to