diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:40:41 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-24 02:48:01 +0100 |
commit | 83f18d2578288fe71fca409e4f03434346b0d5b7 (patch) | |
tree | 4d32a1e4dbb3f113ac08fc7ef664636d909df004 /lib/lexers/inno.tes | |
parent | fec93b9b0cc83dc1102c78c8bf1eacaf8763d9b8 (diff) | |
download | sciteco-83f18d2578288fe71fca409e4f03434346b0d5b7.tar.gz |
added new lexer configs auto-generated by scite2co.lua
* these are still not all languages supported by Scintilla.
scite2co.lua does not do a good job of generating styles when
SciTE's property files use hardcoded colors/fonts.
This commit only includes reasonably good conversion results.
The remaining languages need some additional manual labor.
* Even these lexers are not perfect and should be revised by comparing
them with SciTE's properties.
* So many lexers make the "lexer.auto" macro too slow.
We need some optimization. E.g. the search-command optimization
described in TODO, or an extended EN command for globbing manually
specified file names.
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] +} |