nsis-mode.el
changeset 708 659c1d14b849
parent 707 98687875846e
child 847 d38ced086516
equal deleted inserted replaced
707:98687875846e 708:659c1d14b849
    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 ()