author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 27 Sep 2011 10:32:58 +0300 | |
changeset 705 | 3fc05a3170ca |
parent 704 | 474a9291a602 |
child 706 | 7f0d6be0a3ed |
nsis-mode.el | file | annotate | diff | comparison | revisions |
--- 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 ()