7
|
1 " Vim syntax file
|
|
2 " Language: WinBatch/Webbatch (*.wbt, *.web)
|
|
3 " Maintainer: dominique@mggen.com
|
|
4 " URL: http://www.mggen.com/vim/syntax/winbatch.zip
|
|
5 " Last change: 2001 May 10
|
|
6
|
|
7 " For version 5.x: Clear all syntax items
|
|
8 " For version 6.x: Quit when a syntax file was already loaded
|
|
9 if version < 600
|
|
10 syntax clear
|
|
11 elseif exists("b:current_syntax")
|
|
12 finish
|
|
13 endif
|
|
14
|
|
15 syn case ignore
|
|
16
|
|
17 syn keyword winbatchCtl if then else endif break end return exit next
|
|
18 syn keyword winbatchCtl while for gosub goto switch select to case
|
|
19 syn keyword winbatchCtl endselect endwhile endselect endswitch
|
|
20
|
|
21 " String
|
|
22 syn region winbatchVar start=+%+ end=+%+
|
|
23 " %var% in strings
|
|
24 syn region winbatchString start=+"+ end=+"+ contains=winbatchVar
|
|
25
|
|
26 syn match winbatchComment ";.*$"
|
|
27 syn match winbatchLabel "^\ *:[0-9a-zA-Z_\-]\+\>"
|
|
28
|
|
29 " constant (bezgin by @)
|
|
30 syn match winbatchConstant "@[0_9a-zA-Z_\-]\+"
|
|
31
|
|
32 " number
|
|
33 syn match winbatchNumber "\<[0-9]\+\(u\=l\=\|lu\|f\)\>"
|
|
34
|
|
35 syn keyword winbatchImplicit aboveicons acc_attrib acc_chng_nt acc_control acc_create
|
|
36 syn keyword winbatchImplicit acc_delete acc_full_95 acc_full_nt acc_list acc_pfull_nt
|
|
37 syn keyword winbatchImplicit acc_pmang_nt acc_print_nt acc_read acc_read_95 acc_read_nt
|
|
38 syn keyword winbatchImplicit acc_write amc arrange ascending attr_a attr_a attr_ci attr_ci
|
|
39 syn keyword winbatchImplicit attr_dc attr_dc attr_di attr_di attr_dm attr_dm attr_h attr_h
|
|
40 syn keyword winbatchImplicit attr_ic attr_ic attr_p attr_p attr_ri attr_ri attr_ro attr_ro
|
|
41 syn keyword winbatchImplicit attr_sh attr_sh attr_sy attr_sy attr_t attr_t attr_x attr_x
|
|
42 syn keyword winbatchImplicit avogadro backscan boltzmann cancel capslock check columns
|
|
43 syn keyword winbatchImplicit commonformat cr crlf ctrl default default deg2rad descending
|
|
44 syn keyword winbatchImplicit disable drive electric enable eulers false faraday float8
|
|
45 syn keyword winbatchImplicit fwdscan gftsec globalgroup gmtsec goldenratio gravitation hidden
|
|
46 syn keyword winbatchImplicit icon lbutton lclick ldblclick lf lightmps lightmtps localgroup
|
|
47 syn keyword winbatchImplicit magfield major mbokcancel mbutton mbyesno mclick mdblclick minor
|
|
48 syn keyword winbatchImplicit msformat multiple ncsaformat no none none noresize normal
|
|
49 syn keyword winbatchImplicit notify nowait numlock off on open parsec parseonly pi
|
|
50 syn keyword winbatchImplicit planckergs planckjoules printer rad2deg rbutton rclick rdblclick
|
|
51 syn keyword winbatchImplicit regclasses regcurrent regmachine regroot regusers rows save
|
|
52 syn keyword winbatchImplicit scrolllock server shift single sorted stack string tab tile
|
|
53 syn keyword winbatchImplicit true uncheck unsorted wait wholesection word1 word2 word4 yes
|
|
54 syn keyword winbatchImplicit zoomed about abs acos addextender appexist appwaitclose asin
|
|
55 syn keyword winbatchImplicit askfilename askfiletext askitemlist askline askpassword askyesno
|
|
56 syn keyword winbatchImplicit atan average beep binaryalloc binarycopy binaryeodget binaryeodset
|
|
57 syn keyword winbatchImplicit binaryfree binaryhashrec binaryincr binaryincr2 binaryincr4
|
|
58 syn keyword winbatchImplicit binaryincrflt binaryindex binaryindexnc binaryoletype binarypeek
|
|
59 syn keyword winbatchImplicit binarypeek2 binarypeek4 binarypeekflt binarypeekstr binarypoke
|
|
60 syn keyword winbatchImplicit binarypoke2 binarypoke4 binarypokeflt binarypokestr binaryread
|
|
61 syn keyword winbatchImplicit binarysort binarystrcnt binarywrite boxbuttondraw boxbuttonkill
|
|
62 syn keyword winbatchImplicit boxbuttonstat boxbuttonwait boxcaption boxcolor
|
|
63 syn keyword winbatchImplicit boxdataclear boxdatatag
|
|
64 syn keyword winbatchImplicit boxdestroy boxdrawcircle boxdrawline boxdrawrect boxdrawtext
|
|
65 syn keyword winbatchImplicit boxesup boxmapmode boxnew boxopen boxpen boxshut boxtext boxtextcolor
|
|
66 syn keyword winbatchImplicit boxtextfont boxtitle boxupdates break buttonnames by call
|
|
67 syn keyword winbatchImplicit callext ceiling char2num clipappend clipget clipput
|
|
68 syn keyword winbatchImplicit continue cos cosh datetime
|
|
69 syn keyword winbatchImplicit ddeexecute ddeinitiate ddepoke dderequest ddeterminate
|
|
70 syn keyword winbatchImplicit ddetimeout debug debugdata decimals delay dialog
|
|
71 syn keyword winbatchImplicit dialogbox dirattrget dirattrset dirchange direxist
|
|
72 syn keyword winbatchImplicit dirget dirhome diritemize dirmake dirremove dirrename
|
|
73 syn keyword winbatchImplicit dirwindows diskexist diskfree diskinfo diskscan disksize
|
|
74 syn keyword winbatchImplicit diskvolinfo display dllcall dllfree dllhinst dllhwnd dllload
|
|
75 syn keyword winbatchImplicit dosboxcursorx dosboxcursory dosboxgetall dosboxgetdata
|
|
76 syn keyword winbatchImplicit dosboxheight dosboxscrmode dosboxversion dosboxwidth dosversion
|
|
77 syn keyword winbatchImplicit drop edosgetinfo edosgetvar edoslistvars edospathadd edospathchk
|
|
78 syn keyword winbatchImplicit edospathdel edossetvar
|
|
79 syn keyword winbatchImplicit endsession envgetinfo envgetvar environment
|
|
80 syn keyword winbatchImplicit environset envitemize envlistvars envpathadd envpathchk
|
|
81 syn keyword winbatchImplicit envpathdel envsetvar errormode exclusive execute exetypeinfo
|
|
82 syn keyword winbatchImplicit exp fabs fileappend fileattrget fileattrset fileclose
|
|
83 syn keyword winbatchImplicit filecompare filecopy filedelete fileexist fileextension filefullname
|
|
84 syn keyword winbatchImplicit fileitemize filelocate filemapname filemove filenameeval1
|
|
85 syn keyword winbatchImplicit filenameeval2 filenamelong filenameshort fileopen filepath
|
|
86 syn keyword winbatchImplicit fileread filerename fileroot filesize filetimecode filetimeget
|
|
87 syn keyword winbatchImplicit filetimeset filetimetouch fileverinfo filewrite fileymdhms
|
|
88 syn keyword winbatchImplicit findwindow floor getexacttime gettickcount
|
|
89 syn keyword winbatchImplicit iconarrange iconreplace ignoreinput inidelete inideletepvt
|
|
90 syn keyword winbatchImplicit iniitemize iniitemizepvt iniread inireadpvt iniwrite iniwritepvt
|
|
91 syn keyword winbatchImplicit installfile int intcontrol isdefined isfloat isint iskeydown
|
|
92 syn keyword winbatchImplicit islicensed isnumber itemcount itemextract iteminsert itemlocate
|
|
93 syn keyword winbatchImplicit itemremove itemselect itemsort keytoggleget keytoggleset
|
|
94 syn keyword winbatchImplicit lasterror log10 logdisk loge max message min mod mouseclick
|
|
95 syn keyword winbatchImplicit mouseclickbtn mousedrag mouseinfo mousemove msgtextget n3attach
|
|
96 syn keyword winbatchImplicit n3captureend n3captureprt n3chgpassword n3detach n3dirattrget
|
|
97 syn keyword winbatchImplicit n3dirattrset n3drivepath n3drivepath2 n3drivestatus n3fileattrget
|
|
98 syn keyword winbatchImplicit n3fileattrset n3getloginid n3getmapped n3getnetaddr n3getuser
|
|
99 syn keyword winbatchImplicit n3getuserid n3logout n3map n3mapdelete n3mapdir n3maproot n3memberdel
|
|
100 syn keyword winbatchImplicit n3memberget n3memberset n3msgsend n3msgsendall n3serverinfo
|
|
101 syn keyword winbatchImplicit n3serverlist n3setsrchdrv n3usergroups n3version n4attach
|
|
102 syn keyword winbatchImplicit n4captureend n4captureprt n4chgpassword n4detach n4dirattrget
|
|
103 syn keyword winbatchImplicit n4dirattrset n4drivepath n4drivestatus n4fileattrget n4fileattrset
|
|
104 syn keyword winbatchImplicit n4getloginid n4getmapped n4getnetaddr n4getuser n4getuserid
|
|
105 syn keyword winbatchImplicit n4login n4logout n4map n4mapdelete n4mapdir n4maproot n4memberdel
|
|
106 syn keyword winbatchImplicit n4memberget n4memberset n4msgsend n4msgsendall n4serverinfo
|
|
107 syn keyword winbatchImplicit n4serverlist n4setsrchdrv n4usergroups n4version netadddrive
|
|
108 syn keyword winbatchImplicit netaddprinter netcancelcon netdirdialog netgetcon netgetuser
|
|
109 syn keyword winbatchImplicit netinfo netresources netversion num2char objectclose
|
|
110 syn keyword winbatchImplicit objectopen parsedata pause playmedia playmidi playwaveform
|
|
111 syn keyword winbatchImplicit print random regapp regclosekey regconnect regcreatekey
|
|
112 syn keyword winbatchImplicit regdeletekey regdelvalue regentrytype regloadhive regopenkey
|
|
113 syn keyword winbatchImplicit regquerybin regquerydword regqueryex regqueryexpsz regqueryitem
|
|
114 syn keyword winbatchImplicit regquerykey regquerymulsz regqueryvalue regsetbin
|
|
115 syn keyword winbatchImplicit regsetdword regsetex regsetexpsz regsetmulsz regsetvalue
|
|
116 syn keyword winbatchImplicit regunloadhive reload reload rtstatus run runenviron
|
|
117 syn keyword winbatchImplicit runexit runhide runhidewait runicon runiconwait runshell runwait
|
|
118 syn keyword winbatchImplicit runzoom runzoomwait sendkey sendkeyschild sendkeysto
|
|
119 syn keyword winbatchImplicit sendmenusto shellexecute shortcutedit shortcutextra shortcutinfo
|
|
120 syn keyword winbatchImplicit shortcutmake sin sinh snapshot sounds sqrt
|
|
121 syn keyword winbatchImplicit srchfree srchinit srchnext strcat strcharcount strcmp
|
|
122 syn keyword winbatchImplicit strfill strfix strfixchars stricmp strindex strlen
|
|
123 syn keyword winbatchImplicit strlower strreplace strscan strsub strtrim strupper
|
|
124 syn keyword winbatchImplicit tan tanh tcpaddr2host tcpftpchdir tcpftpclose tcpftpget
|
|
125 syn keyword winbatchImplicit tcpftplist tcpftpmode tcpftpopen tcpftpput tcphost2addr tcphttpget
|
|
126 syn keyword winbatchImplicit tcphttppost tcpparmget tcpparmset tcpping tcpsmtp terminate
|
|
127 syn keyword winbatchImplicit textbox textboxsort textoutbufdel textoutbuffer textoutdebug
|
|
128 syn keyword winbatchImplicit textoutfree textoutinfo textoutreset textouttrack textouttrackb
|
|
129 syn keyword winbatchImplicit textouttrackp textoutwait textselect timeadd timedate
|
|
130 syn keyword winbatchImplicit timedelay timediffdays timediffsecs timejulianday timejultoymd
|
|
131 syn keyword winbatchImplicit timesubtract timewait timeymdhms version versiondll
|
|
132 syn keyword winbatchImplicit w3addcon w3cancelcon w3dirbrowse w3getcaps w3getcon w3netdialog
|
|
133 syn keyword winbatchImplicit w3netgetuser w3prtbrowse w3version w95accessadd w95accessdel
|
|
134 syn keyword winbatchImplicit w95adddrive w95addprinter w95cancelcon w95dirdialog w95getcon
|
|
135 syn keyword winbatchImplicit w95getuser w95resources w95shareadd w95sharedel w95shareset
|
|
136 syn keyword winbatchImplicit w95version waitforkey wallpaper webbaseconv webcloselog
|
|
137 syn keyword winbatchImplicit webcmddata webcondata webcounter webdatdata webdumperror webhashcode
|
|
138 syn keyword winbatchImplicit webislocal weblogline webopenlog webout weboutfile webparamdata
|
|
139 syn keyword winbatchImplicit webparamnames websettimeout webverifycard winactivate
|
|
140 syn keyword winbatchImplicit winactivchild winarrange winclose winclosenot winconfig winexename
|
|
141 syn keyword winbatchImplicit winexist winparset winparget winexistchild wingetactive
|
|
142 syn keyword winbatchImplicit winhelp winhide winiconize winidget winisdos winitemchild
|
|
143 syn keyword winbatchImplicit winitemize winitemnameid winmetrics winname winparmget
|
|
144 syn keyword winbatchImplicit winparmset winplace winplaceget winplaceset
|
|
145 syn keyword winbatchImplicit winposition winresources winshow winstate winsysinfo
|
|
146 syn keyword winbatchImplicit wintitle winversion winwaitchild winwaitclose winwaitexist
|
|
147 syn keyword winbatchImplicit winzoom wnaddcon wncancelcon wncmptrinfo wndialog
|
|
148 syn keyword winbatchImplicit wndlgbrowse wndlgcon wndlgcon2 wndlgcon3
|
|
149 syn keyword winbatchImplicit wndlgcon4 wndlgdiscon wndlgnoshare wndlgshare wngetcaps
|
|
150 syn keyword winbatchImplicit wngetcon wngetuser wnnetnames wnrestore wnservers wnsharecnt
|
|
151 syn keyword winbatchImplicit wnsharename wnsharepath wnshares wntaccessadd wntaccessdel
|
|
152 syn keyword winbatchImplicit wntaccessget wntadddrive wntaddprinter wntcancelcon wntdirdialog
|
|
153 syn keyword winbatchImplicit wntgetcon wntgetuser wntlistgroups wntmemberdel wntmemberget
|
|
154 syn keyword winbatchImplicit wntmembergrps wntmemberlist wntmemberset wntresources wntshareadd
|
|
155 syn keyword winbatchImplicit wntsharedel wntshareset wntversion wnversion wnwrkgroups wwenvunload
|
|
156 syn keyword winbatchImplicit xbaseconvert xcursorset xdisklabelget xdriveready xextenderinfo
|
|
157 syn keyword winbatchImplicit xgetchildhwnd xgetelapsed xhex xmemcompact xmessagebox
|
|
158 syn keyword winbatchImplicit xsendmessage xverifyccard yield
|
|
159
|
|
160 " Define the default highlighting.
|
|
161 " For version 5.7 and earlier: only when not done already
|
|
162 " For version 5.8 and later: only when an item doesn't have highlighting yet
|
|
163 if version >= 508 || !exists("did_winbatch_syntax_inits")
|
|
164 if version < 508
|
|
165 let did_winbatch_syntax_inits = 1
|
|
166 command -nargs=+ HiLink hi link <args>
|
|
167 else
|
|
168 command -nargs=+ HiLink hi def link <args>
|
|
169 endif
|
|
170
|
|
171 HiLink winbatchLabel PreProc
|
|
172 HiLink winbatchCtl Operator
|
|
173 HiLink winbatchStatement Statement
|
|
174 HiLink winbatchTodo Todo
|
|
175 HiLink winbatchString String
|
|
176 HiLink winbatchVar Type
|
|
177 HiLink winbatchComment Comment
|
|
178 HiLink winbatchImplicit Special
|
|
179 HiLink winbatchNumber Number
|
|
180 HiLink winbatchConstant StorageClass
|
|
181
|
|
182 delcommand HiLink
|
|
183 endif
|
|
184
|
|
185 let b:current_syntax = "winbatch"
|
|
186
|
|
187 " vim: ts=8
|