# HG changeset patch # User Oleksandr Gavenko # Date 1264764210 -7200 # Node ID a119108fd2ca57dceacb600123025c8f67b8e07c # Parent 457b9057a35a824949b3c85668145e990301ab62 Added comment pattern. diff -r 457b9057a35a -r a119108fd2ca lisp/nsis-mode.el --- a/lisp/nsis-mode.el Fri Jan 29 11:31:17 2010 +0200 +++ b/lisp/nsis-mode.el Fri Jan 29 13:23:30 2010 +0200 @@ -18,13 +18,13 @@ ;;;###autoload (define-generic-mode 'nsis-mode - (list ?\; ?\#) + (list ?\; ?\# '("/*" . "*/")) '( "Section" "SectionEnd" "Function" "FunctionEnd" "File" "Name" "ShowInstDetails" "ComponentText" "Caption" "LicenseData" "BrandingText" "Exec" "ExecWait" "ExecShell" "Goto" "Call" "Return" "Abort" "Quit" "Reboot" - "Page" "PageEx" "PageCallbacks" "PageExEnd" + "Page" "UninstPage" "PageEx" "PageCallbacks" "PageExEnd" "Delete" "CopyFiles" "CreateDirectory" "RMDir" "OutFile" "ReserveFile" "CreateShortCut" "Var" "Pop" "StrCpy" "StrCmp" "IntCmp"