branch: elpa/nasm-mode commit 694160a8fefd705490b36007ebe35a7790d937ca Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add README note. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8a65ddb..ef64f73 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,12 @@ NASM-specific syntax. Requires Emacs 24.3 or higher. The instruction and keyword lists are from NASM 2.11.08. +## Known Issues + +* Due to limitations of Emacs' syntax tables, like many other major + modes, double and single quoted strings don't properly handle + backslashes, which, unlike backquoted strings, aren't escapes in + NASM syntax. + [nasm]: http://www.nasm.us/