diff -r 474a9291a602 -r 3fc05a3170ca nsis-mode.el --- a/nsis-mode.el Thu Sep 22 23:25:21 2011 +0300 +++ b/nsis-mode.el Tue Sep 27 10:32:58 2011 +0300 @@ -79,6 +79,7 @@ ("Defines" "^!define[[:blank:]]+\\([[:word:]]+\\)" 1) ("Sections" "^Section[[:blank:]]+\\(-?[[:word:]]+\\)" 1) ("Functions" "^Function[[:blank:]]+\\([[:word:]]+\\)" 1) + ("Macros" "^!macro[[:blank:]]+\\([[:word:]]+\\)" 1) )) (defun nsis-set-imenu-generic-expression ()