emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/nasm-mode f53b2c5 56/67: Create a formal TODO list


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode f53b2c5 56/67: Create a formal TODO list
Date: Sun, 29 Aug 2021 11:23:52 -0400 (EDT)

branch: elpa/nasm-mode
commit f53b2c5d2358a6bc19dc5157f022c635e3deab2e
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Create a formal TODO list
---
 nasm-mode.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index 9191e89..9d17658 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -25,7 +25,10 @@
 ;; http://www.nasm.us/doc/nasmdocb.html
 
 ;; TODO:
-;;  * Line continuation awareness
+;; [ ] Line continuation awareness
+;; [ ] Don't run comment command if type ';' inside a string
+;; [ ] Nice multi-; comments, like in asm-mode
+;; [x] Be able to hit tab after typing mnemonic and insert a TAB
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]