branch: elpa/nasm-mode
commit f53b2c5d2358a6bc19dc5157f022c635e3deab2e
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@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