branch: elpa/nasm-mode commit dbfb9957e639d17000f65fd60a058df670fd7eff Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add a couple TODO items. --- nasm-mode.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nasm-mode.el b/nasm-mode.el index db9a492..8516f25 100644 --- a/nasm-mode.el +++ b/nasm-mode.el @@ -16,6 +16,10 @@ ;; The keyword lists are up to date as of NASM 2.11.08. +;; TODO: +;; * Line continuation awareness +;; * Improve nasm-colon, and add comment support + ;;; Code: (defgroup nasm-mode ()