diff options
Diffstat (limited to 'lib/lexers/inno.tes')
-rw-r--r-- | lib/lexers/inno.tes | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/lib/lexers/inno.tes b/lib/lexers/inno.tes new file mode 100644 index 0000000..313e78c --- /dev/null +++ b/lib/lexers/inno.tes @@ -0,0 +1,63 @@ +! AUTO-GENERATED FROM SCITE PROPERTY SET ! + +@[lexer.test.inno]{ [_ + _.[iss,isl]M[lexer.checkname] +]_ } + +@[lexer.set.inno]{ + ESSETLEXER,SCLEX_INNO + 0ESSETKEYWORDS + code components custommessages dirs files icons ini installdelete + langoptions languages messages registry run setup types tasks uninstalldelete + uninstallrun _istool + 1ESSETKEYWORDS + allowcancelduringinstall allownoicons allowrootdirectory allowuncpath + alwaysrestart alwaysshowcomponentslist alwaysshowdironreadypage alwaysshowgrouponreadypage + alwaysusepersonalgroup appcomments appcontact appcopyright appid appmodifypath appmutex appname + apppublisher apppublisherurl appreadmefile appsupportphone appsupporturl appupdatesurl + appvername appversion appenddefaultdirname appenddefaultgroupname architecturesallowed + architecturesinstallin64bitmode backcolor backcolor2 backcolordirection backsolid changesassociations + changesenvironment compression compressionthreads copyrightfontname copyrightfontsize + createappdir createuninstallregkey defaultdirname defaultgroupname defaultuserinfoname + defaultuserinfoorg defaultuserinfoserial dialogfontname dialogfontsize dialogfontstandardheight + direxistswarning disabledirpage disablefinishedpage disableprogramgrouppage disablereadymemo + disablereadypage disablestartupprompt diskclustersize diskslicesize diskspanning + dontmergeduplicatefiles enabledirdoesntexistwarning encryption extradiskspacerequired + flatcomponentslist infoafterfile infobeforefile internalcompresslevel languagecodepage + languagedetectionmethod languageid languagename licensefile mergeduplicatefiles messagesfile + minversion onlybelowversion outputbasefilename outputdir outputmanifestfile password + privilegesrequired reservebytes restartifneededbyrun righttoleft setupiconfile setuplogging + showcomponentsizes showlanguagedialog showtaskstreelines showundisplayablelanguages signtool + signeduninstaller signeduninstallerdir slicesperdisk solidcompression sourcedir + terminalservicesaware timestamprounding timestampsinutc titlefontname titlefontsize touchdate + touchtime uninstalldisplayicon uninstalldisplayname uninstallfilesdir + uninstalliconfile uninstalllogmode uninstallrestartcomputer uninstallstyle uninstallable + updateuninstalllogappname usepreviousappdir usepreviousgroup useprevioussetuptype useprevioustasks + useprevioususerinfo usesetupldr userinfopage versioninfocompany versioninfocopyright + versioninfodescription versioninfoproductname versioninfoproductversion versioninfotextversion + versioninfoversion welcomefontname welcomefontsize windowresizable windowshowcaption + windowstartmaximized windowvisible wizardimagebackcolor wizardimagefile wizardimagestretch + wizardsmallimagebackcolor wizardsmallimagefile wizardstyle + 2ESSETKEYWORDS + afterinstall attribs beforeinstall check comment components copymode + description destdir destname excludes externalsize extradiskspacerequired filename flags + fontinstall groupdescription hotkey iconfilename iconindex key languages minversion name + onlybelowversion parameters permissions root runonceid section source statusmsg string subkey + tasks type types valuedata valuename valuetype verb workingdir + 3ESSETKEYWORDS + append define dim elif else emit endif endsub error expr file for if ifdef + ifexist ifndef ifnexist include insert pragma sub undef + 4ESSETKEYWORDS + begin break case const continue do downto else end except finally for + function if of procedure repeat then to try until uses var while with + :M[color.comment],1M[color.set] + :M[color.keyword],2M[color.set] + :M[color.string],3M[color.set] + :M[color.preproc],5M[color.set] + :M[color.preproc],6M[color.set] + :M[color.comment],7M[color.set] + :M[color.keyword],8M[color.set] + :M[color.keyword],9M[color.set] + :M[color.string],10M[color.set] + :M[color.string2],11M[color.set] +} |