nsis-mode.el
changeset 707 98687875846e
parent 706 7f0d6be0a3ed
child 708 659c1d14b849
equal deleted inserted replaced
706:7f0d6be0a3ed 707:98687875846e
    76   "Generic mode for nsis files.")
    76   "Generic mode for nsis files.")
    77 
    77 
    78 (setq nsis-imenu-generic-expression
    78 (setq nsis-imenu-generic-expression
    79       '(
    79       '(
    80         ("Defines"  "^!define[[:blank:]]+\\([[:word:]]+\\)" 1)
    80         ("Defines"  "^!define[[:blank:]]+\\([[:word:]]+\\)" 1)
    81         ("Sections"  "^Section[[:blank:]]+\\(-?[[:word:]]+\\)" 1)
    81         ("Sections"  "^Section[[:blank:]]+\"?\\(-?[[:word:]]+\\)\"?" 1)
    82         ("Functions"  "^Function[[:blank:]]+\\([[:word:]]+\\)" 1)
    82         ("Functions"  "^Function[[:blank:]]+\\([[:word:]]+\\)" 1)
    83         ("Macros"  "^!macro[[:blank:]]+\\([[:word:]]+\\)" 1)
    83         ("Macros"  "^!macro[[:blank:]]+\\([[:word:]]+\\)" 1)
    84         ))
    84         ))
    85 
    85 
    86 (defun nsis-set-imenu-generic-expression ()
    86 (defun nsis-set-imenu-generic-expression ()