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

    matlab-ts-mode: added sweep-test-matlab-ts-grammar item
---
 matlab-ts-mode.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index 6e001edb7b..03dab72a2a 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -3515,6 +3515,11 @@ so configuration variables of that mode, do not affect 
this mode.
     ;; Activate MATLAB script ";; heading" matlab-sections-minor-mode if needed
     (matlab-sections-auto-enable-on-mfile-type-fcn 
(matlab-ts-mode--mfile-type))
 
+    ;; TODO test/sweep-test-matlab-ts-grammar.sh
+    ;;      Detect when there's no ending newline and report that.
+    ;;      Perhaps do this in matlab-ts-mode?
+    ;;      Add newline for sweep test if need?
+    ;;
     ;; TODO indent
     ;;      spmd
     ;;      %foo

Reply via email to