aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/lexers/inno.tes
blob: 51518df183d6f16f7c3c74dbe4149f234140a807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
! AUTO-GENERATED FROM SCITE PROPERTY SET !

@[lexer.test.inno]{
  :EN*.issQ*U.r
  Q.r"F :EN*.islQ*U.r '
Q.r}

@[lexer.set.inno]{
  ESSETLEXERLANGUAGEinno
  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]
}