Lines Matching refs:match

20 syn match nsisLine nextgroup=@nsisPseudoStatement skipwhite "^"
32 syn match nsisLineContinuation "\\$"
42 syn match nsisNumber "\<[1-9]\d*\>"
43 syn match nsisNumber "\<0x\x\+\>"
44 syn match nsisNumber "\<0\o*\>"
52 syn match nsisUserVar "$\d"
53 syn match nsisUserVar "$R\d"
54 syn match nsisSysVar "$INSTDIR"
55 syn match nsisSysVar "$OUTDIR"
56 syn match nsisSysVar "$CMDLINE"
57 syn match nsisSysVar "$LANGUAGE"
59 syn match nsisSysVar "$PROGRAMFILES"
60 syn match nsisSysVar "$PROGRAMFILES32"
61 syn match nsisSysVar "$PROGRAMFILES64"
62 syn match nsisSysVar "$COMMONFILES"
63 syn match nsisSysVar "$COMMONFILES32"
64 syn match nsisSysVar "$COMMONFILES64"
65 syn match nsisSysVar "$DESKTOP"
66 syn match nsisSysVar "$EXEDIR"
67 syn match nsisSysVar "$EXEFILE"
68 syn match nsisSysVar "$EXEPATH"
69 syn match nsisSysVar "${NSISDIR}"
70 syn match nsisSysVar "$WINDIR"
71 syn match nsisSysVar "$SYSDIR"
72 syn match nsisSysVar "$TEMP"
73 syn match nsisSysVar "$STARTMENU"
74 syn match nsisSysVar "$SMPROGRAMS"
75 syn match nsisSysVar "$SMSTARTUP"
76 syn match nsisSysVar "$QUICKLAUNCH"
77 syn match nsisSysVar "$DOCUMENTS"
78 syn match nsisSysVar "$SENDTO"
79 syn match nsisSysVar "$RECENT"
80 syn match nsisSysVar "$FAVORITES"
81 syn match nsisSysVar "$MUSIC"
82 syn match nsisSysVar "$PICTURES"
83 syn match nsisSysVar "$VIDEOS"
84 syn match nsisSysVar "$NETHOOD"
85 syn match nsisSysVar "$FONTS"
86 syn match nsisSysVar "$TEMPLATES"
87 syn match nsisSysVar "$APPDATA"
88 syn match nsisSysVar "$LOCALAPPDATA"
89 syn match nsisSysVar "$PRINTHOOD"
90 syn match nsisSysVar "$INTERNET_CACHE"
91 syn match nsisSysVar "$COOKIES"
92 syn match nsisSysVar "$HISTORY"
93 syn match nsisSysVar "$PROFILE"
94 syn match nsisSysVar "$ADMINTOOLS"
95 syn match nsisSysVar "$RESOURCES"
96 syn match nsisSysVar "$RESOURCES_LOCALIZED"
97 syn match nsisSysVar "$CDBURN_AREA"
98 syn match nsisSysVar "$HWNDPARENT"
99 syn match nsisSysVar "$PLUGINSDIR"
100 syn match nsisSysVar "$\%(USERTEMPLATES\|USERSTARTMENU\|USERSMPROGRAMS\|USERDESKTOP\)"
101 syn match nsisSysVar "$\%(COMMONTEMPLATES\|COMMONSTARTMENU\|COMMONSMPROGRAMS\|COMMONDESKTOP\|COMMO…
102 syn match nsisSysVar "$\\r"
103 syn match nsisSysVar "$\\n"
104 syn match nsisSysVar "$\\t"
105 syn match nsisSysVar "$\$"
106 syn match nsisSysVar "$\\["'`]"
109 syn match nsisLocalLabel contained "[^-+!$0-9;"'#. \t/*][^ \t:;#]*:\ze\%($\|[ \t;#]\|\/\*\)"
110 syn match nsisGlobalLabel contained "\.[^-+!$0-9;"'# \t/*][^ \t:;#]*:\ze\%($\|[ \t;#]\|\/\*\)"
131 syn match nsisLangKwd contained "/LANG\>"
133 syn match nsisFontKwd contained "/\%(ITALIC\|UNDERLINE\|STRIKE\)\>"
139 syn match nsisPageKwd contained "/ENABLECANCEL\>"
143 syn match nsisPageExKwd contained "\<\%(un\.\)\?\%(custom\|license\|components\|directory\|instfil…
152 syn match nsisSectionKwd contained "/o\>"
160 syn match nsisSectionGroupKwd contained "/e\>"
167 syn match nsisStatement "${If}"
168 syn match nsisStatement "${IfNot}"
169 syn match nsisStatement "${Unless}"
170 syn match nsisStatement "${ElseIf}"
171 syn match nsisStatement "${ElseIfNot}"
172 syn match nsisStatement "${ElseUnless}"
173 syn match nsisStatement "${Else}"
174 syn match nsisStatement "${EndIf}"
175 syn match nsisStatement "${EndUnless}"
176 syn match nsisStatement "${AndIf}"
177 syn match nsisStatement "${AndIfNot}"
178 syn match nsisStatement "${AndUnless}"
179 syn match nsisStatement "${OrIf}"
180 syn match nsisStatement "${OrIfNot}"
181 syn match nsisStatement "${OrUnless}"
182 syn match nsisStatement "${IfThen}"
183 syn match nsisStatement "${IfNotThen}"
184 syn match nsisStatement "${||\?}" nextgroup=@nsisPseudoStatement skipwhite
185 syn match nsisStatement "${IfCmd}" nextgroup=@nsisPseudoStatement skipwhite
186 syn match nsisStatement "${Select}"
187 syn match nsisStatement "${Case}"
188 syn match nsisStatement "${Case[2-5]}"
189 syn match nsisStatement "${CaseElse}"
190 syn match nsisStatement "${Default}"
191 syn match nsisStatement "${EndSelect}"
192 syn match nsisStatement "${Switch}"
193 syn match nsisStatement "${EndSwitch}"
194 syn match nsisStatement "${Break}"
195 syn match nsisStatement "${Do}"
196 syn match nsisStatement "${DoWhile}"
197 syn match nsisStatement "${DoUntil}"
198 syn match nsisStatement "${ExitDo}"
199 syn match nsisStatement "${Continue}"
200 syn match nsisStatement "${Loop}"
201 syn match nsisStatement "${LoopWhile}"
202 syn match nsisStatement "${LoopUntil}"
203 syn match nsisStatement "${For}"
204 syn match nsisStatement "${ForEach}"
205 syn match nsisStatement "${ExitFor}"
206 syn match nsisStatement "${Next}"
208 syn match nsisStatement "${MementoSection}"
209 syn match nsisStatement "${MementoSectionEnd}"
215 syn match nsisVarKwd contained "/GLOBAL\>"
242 syn match nsisBrandingTextKwd contained "/TRIM\%(LEFT\|RIGHT\|CENTER\)\>"
254 syn match nsisInstallColorsKwd contained "/windows\>"
260 syn match nsisInstTypeKwd contained "/\%(NOCUSTOM\|CUSTOMSTRING\|COMPONENTSONLYONCUSTOM\)\>"
264 syn match nsisLicenseBkColorKwd contained "/\%(gray\|windows\)\>"
276 syn match nsisManifestLongPathAwareKwd contained "\<\%(notset\|true\|false\)\>"
280 syn match nsisManifestSupportedOSKwd contained "\<\%(none\|all\|WinVista\|Win7\|Win8\|Win8\.1\|Win1…
284 syn match nsisPEAddResourceKwd contained "/\%(OVERWRITE\|REPLACE\)\>"
288 syn match nsisPERemoveResourceKwd contained "/NOERRORS\>"
325 syn match nsisSetCompressorKwd contained "/\%(SOLID\|FINAL\)"
342 syn match nsisDeleteKwd contained "/REBOOTOK\>"
349 syn match nsisExecShellKwd contained "/INVOKEIDLIST\>"
353 syn match nsisFileKwd contained "/\%(nonfatal\|[arx]\|oname\)\>"
357 syn match nsisReserveFileKwd contained "/\%(nonfatal\|[rx]\|plugin\)\>"
361 syn match nsisRMDirKwd contained "/\%(REBOOTOK\|r\)\>"
370 syn match nsisDeleteRegKeyKwd contained "/\%(ifempty\|ifnosubkeys\|ifnovalues\)\>"
378 syn match nsisWriteRegMultiStrKwd contained "/REGEDIT5\>"
391 syn match nsisCopyFilesKwd contained "/\%(SILENT\|FILESONLY\)\>"
395 syn match nsisCreateShortcutKwd contained "/NoWorkingDir\>"
399 syn match nsisGetDLLVersionKwd contained "/ProductVersion\>"
403 syn match nsisGetFullPathNameKwd contained "/SHORT\>"
427 syn match nsisMessageBox contained "/SD\>"
437 syn match nsisFileWriteUTF16LEKwd contained "/BOM\>"
484 syn match nsisLoadAndSetImageKwd contained "/\%(EXERESOURCE\|STRINGID\|RESIZETOFIT\%(WIDTH\|HEIGHT…
488 syn match nsisSendMessageKwd contained "/TIMEOUT\>"
492 syn match nsisSetBrandingImageKwd contained "/\%(IMGID\|RESIZETOFIT\)\>"
504 syn match nsisSetCtlColorsKwd contained "/BRANDING\>"
516 syn match nsisCallback "\.onGUIInit"
517 syn match nsisCallback "\.onInit"
518 syn match nsisCallback "\.onInstFailed"
519 syn match nsisCallback "\.onInstSuccess"
520 syn match nsisCallback "\.onGUIEnd"
521 syn match nsisCallback "\.onMouseOverSection"
522 syn match nsisCallback "\.onRebootFailed"
523 syn match nsisCallback "\.onSelChange"
524 syn match nsisCallback "\.onUserAbort"
525 syn match nsisCallback "\.onVerifyInstDir"
528 syn match nsisCallback "un\.onGUIInit"
529 syn match nsisCallback "un\.onInit"
530 syn match nsisCallback "un\.onUninstFailed"
531 syn match nsisCallback "un\.onUninstSuccess"
532 syn match nsisCallback "un\.onGUIEnd"
533 syn match nsisCallback "un\.onRebootFailed"
534 syn match nsisCallback "un\.onSelChange"
535 syn match nsisCallback "un\.onUserAbort"
539 syn match nsisInclude contained "!include\>" nextgroup=nsisIncludeOpt skipwhite
541 syn match nsisIncludeKwd contained "/\%(NONFATAL\|CHARSET\)\>"
543 syn match nsisSystem contained "!addincludedir\>"
545 syn match nsisSystem contained "!addplugindir\>" nextgroup=nsisAddplugindirOpt skipwhite
547 syn match nsisAddplugindirKwd contained "/\%(x86-ansi\|x86-unicode\)\>"
549 syn match nsisSystem contained "!appendfile\>" nextgroup=nsisAppendfileOpt skipwhite
551 syn match nsisAppendfileKwd contained "/\%(CHARSET\|RawNL\)\>"
553 syn match nsisSystem contained "!cd\>"
555 syn match nsisSystem contained "!delfile\>" nextgroup=nsisDelfileOpt skipwhite
557 syn match nsisDelfileKwd contained "/nonfatal\>"
559 syn match nsisSystem contained "!echo\>"
560 syn match nsisSystem contained "!error\>"
561 syn match nsisSystem contained "!execute\>"
562 syn match nsisSystem contained "!makensis\>"
563 syn match nsisSystem contained "!packhdr\>"
564 syn match nsisSystem contained "!finalize\>"
565 syn match nsisSystem contained "!system\>"
566 syn match nsisSystem contained "!tempfile\>"
567 syn match nsisSystem contained "!getdllversion\>"
568 syn match nsisSystem contained "!gettlbversion\>"
569 syn match nsisSystem contained "!warning\>"
571 syn match nsisSystem contained "!pragma\>" nextgroup=nsisPragmaOpt skipwhite
575 syn match nsisSystem contained "!verbose\>" nextgroup=nsisVerboseOpt skipwhite
580 syn match nsisDefine contained "!define\>" nextgroup=nsisDefineOpt skipwhite
582 syn match nsisDefineKwd contained "/\%(ifndef\|redef\|date\|utcdate\|file\|intfmt\|math\)\>"
584 syn match nsisDefine contained "!undef\>"
585 syn match nsisPreCondit contained "!ifdef\>"
586 syn match nsisPreCondit contained "!ifndef\>"
588 syn match nsisPreCondit contained "!if\>" nextgroup=nsisIfOpt skipwhite
590 syn match nsisIfKwd contained "/FileExists\>"
592 syn match nsisPreCondit contained "!ifmacrodef\>"
593 syn match nsisPreCondit contained "!ifmacrondef\>"
594 syn match nsisPreCondit contained "!else\>"
595 syn match nsisPreCondit contained "!endif\>"
596 syn match nsisMacro contained "!insertmacro\>"
597 syn match nsisMacro contained "!macro\>"
598 syn match nsisMacro contained "!macroend\>"
599 syn match nsisMacro contained "!macroundef\>"
601 syn match nsisMacro contained "!searchparse\>" nextgroup=nsisSearchparseOpt skipwhite
603 syn match nsisSearchparseKwd contained "/\%(ignorecase\|noerrors\|file\)\>"
605 syn match nsisMacro contained "!searchreplace\>" nextgroup=nsisSearchreplaceOpt skipwhite
607 syn match nsisSearchreplaceKwd contained "/ignorecase\>"