lisp/nsis-mode.el
changeset 282 a119108fd2ca
parent 281 457b9057a35a
child 283 d80322acbbce
equal deleted inserted replaced
281:457b9057a35a 282:a119108fd2ca
    16 
    16 
    17 ;;; Code:
    17 ;;; Code:
    18 
    18 
    19 ;;;###autoload
    19 ;;;###autoload
    20 (define-generic-mode 'nsis-mode
    20 (define-generic-mode 'nsis-mode
    21   (list ?\; ?\#)
    21   (list ?\; ?\# '("/*" . "*/"))
    22   '(
    22   '(
    23     "Section" "SectionEnd" "Function" "FunctionEnd" "File"
    23     "Section" "SectionEnd" "Function" "FunctionEnd" "File"
    24     "Name" "ShowInstDetails" "ComponentText" "Caption"
    24     "Name" "ShowInstDetails" "ComponentText" "Caption"
    25     "LicenseData" "BrandingText"
    25     "LicenseData" "BrandingText"
    26     "Exec" "ExecWait" "ExecShell" "Goto" "Call" "Return" "Abort" "Quit" "Reboot"
    26     "Exec" "ExecWait" "ExecShell" "Goto" "Call" "Return" "Abort" "Quit" "Reboot"
    27     "Page" "PageEx" "PageCallbacks" "PageExEnd"
    27     "Page" "UninstPage" "PageEx" "PageCallbacks" "PageExEnd"
    28     "Delete" "CopyFiles" "CreateDirectory" "RMDir" "OutFile" "ReserveFile" "CreateShortCut"
    28     "Delete" "CopyFiles" "CreateDirectory" "RMDir" "OutFile" "ReserveFile" "CreateShortCut"
    29     "Var" "Pop"
    29     "Var" "Pop"
    30     "StrCpy" "StrCmp" "IntCmp"
    30     "StrCpy" "StrCmp" "IntCmp"
    31     "InitPluginsDir" "addplugindir" "InstallDir" "InstallDirRegKey"
    31     "InitPluginsDir" "addplugindir" "InstallDir" "InstallDirRegKey"
    32     "RequestExecutionLevel" "CRCCheck" "XPStyle"
    32     "RequestExecutionLevel" "CRCCheck" "XPStyle"