branch: elpa/nasm-mode
commit e07234089eda015b486cf17c5b64e296d3466b0f
Author: Charlie Green <geek0...@gmail.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Update TODO list
---
 nasm-mode.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/nasm-mode.el b/nasm-mode.el
index b5588d0..f577dfa 100644
--- a/nasm-mode.el
+++ b/nasm-mode.el
@@ -26,9 +26,14 @@
 
 ;; TODO:
 ;; [ ] Line continuation awareness
-;; [ ] Don't run comment command if type ';' inside a string
+;; [x] 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
+;; [ ] Autocompletion
+;; [ ] Help menu with basic summaries of instructions
+;; [ ] Highlight errors, e.g. size mismatches "mov al, dword [rbx]"
+;; [ ] Work nicely with outline-minor-mode
+;; [ ] Highlighting of multiline macro definition arguments
 
 ;;; Code:
 

Reply via email to