Set ptoper search pattern for find-dired (in find-dired code there is exist
literary mutch for find-ls-option, we take one that not mutch, so it no
transformed).
;; DO NOT EDIT COMMENT! TAG: nsis-mode
(when (eq window-system 'w32)
(define-generic-mode 'nsis-generic-mode
(list ?\;)
'("Section" "SectionEnd" "Function" "FunctionEnd" "Call" "Goto")
'(("!\\([A-Za-z]+\\)" (1 'font-lock-builtin-face))
("$[({]?\\([A-Za-z0-9_]+\\)[)}]?" (1 'font-lock-variable-name-face))
)
(list "\\.\\(nsi\\|nsh\\)$")
nil
"Generic mode for nsis files."))