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

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

[nongnu] elpa/nasm-mode e072340 60/67: Update TODO list


From: ELPA Syncer
Subject: [nongnu] elpa/nasm-mode e072340 60/67: Update TODO list
Date: Sun, 29 Aug 2021 11:23:53 -0400 (EDT)

branch: elpa/nasm-mode
commit e07234089eda015b486cf17c5b64e296d3466b0f
Author: Charlie Green <geek0795@gmail.com>
Commit: Christopher Wellons <wellons@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

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