Skip to content

Commit 61c460e

Browse files
authoredMar 13, 2022
Autohotkey: Use standard tokens (#3385)
1 parent cf38d05 commit 61c460e

8 files changed

+647
-641
lines changed
 

‎components/prism-autohotkey.js

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎components/prism-autohotkey.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+175-175
Original file line numberDiff line numberDiff line change
@@ -1,175 +1,175 @@
1-
abs
2-
acos
3-
asc
4-
asin
5-
atan
6-
ceil
7-
chr
8-
class
9-
cos
10-
comobjactive
11-
comobjarray
12-
comobjconnect
13-
comobjcreate
14-
comobjerror
15-
comobjflags
16-
comobjget
17-
comobjquery
18-
comobjtype
19-
comobjvalue
20-
dllcall
21-
exp
22-
fileexist
23-
Fileopen
24-
floor
25-
format
26-
il_add
27-
il_create
28-
il_destroy
29-
instr
30-
substr
31-
isfunc
32-
islabel
33-
IsObject
34-
ln
35-
log
36-
ltrim
37-
rtrim
38-
lv_add
39-
lv_delete
40-
lv_deletecol
41-
lv_getcount
42-
lv_getnext
43-
lv_gettext
44-
lv_insert
45-
lv_insertcol
46-
lv_modify
47-
lv_modifycol
48-
lv_setimagelist
49-
mod
50-
onmessage
51-
numget
52-
numput
53-
registercallback
54-
regexmatch
55-
regexreplace
56-
round
57-
sin
58-
tan
59-
sqrt
60-
strlen
61-
strreplace
62-
sb_seticon
63-
sb_setparts
64-
sb_settext
65-
strsplit
66-
tv_add
67-
tv_delete
68-
tv_getchild
69-
tv_getcount
70-
tv_getnext
71-
tv_get
72-
tv_getparent
73-
tv_getprev
74-
tv_getselection
75-
tv_gettext
76-
tv_modify
77-
varsetcapacity
78-
winactive
79-
winexist
80-
__New
81-
__Call
82-
__Get
83-
__Set
84-
85-
----------------------------------------------------
86-
87-
[
88-
["builtin", "abs"],
89-
["builtin", "acos"],
90-
["builtin", "asc"],
91-
["builtin", "asin"],
92-
["builtin", "atan"],
93-
["builtin", "ceil"],
94-
["builtin", "chr"],
95-
["builtin", "class"],
96-
["builtin", "cos"],
97-
["builtin", "comobjactive"],
98-
["builtin", "comobjarray"],
99-
["builtin", "comobjconnect"],
100-
["builtin", "comobjcreate"],
101-
["builtin", "comobjerror"],
102-
["builtin", "comobjflags"],
103-
["builtin", "comobjget"],
104-
["builtin", "comobjquery"],
105-
["builtin", "comobjtype"],
106-
["builtin", "comobjvalue"],
107-
["builtin", "dllcall"],
108-
["builtin", "exp"],
109-
["builtin", "fileexist"],
110-
["builtin", "Fileopen"],
111-
["builtin", "floor"],
112-
["builtin", "format"],
113-
["builtin", "il_add"],
114-
["builtin", "il_create"],
115-
["builtin", "il_destroy"],
116-
["builtin", "instr"],
117-
["builtin", "substr"],
118-
["builtin", "isfunc"],
119-
["builtin", "islabel"],
120-
["builtin", "IsObject"],
121-
["builtin", "ln"],
122-
["builtin", "log"],
123-
["builtin", "ltrim"],
124-
["builtin", "rtrim"],
125-
["builtin", "lv_add"],
126-
["builtin", "lv_delete"],
127-
["builtin", "lv_deletecol"],
128-
["builtin", "lv_getcount"],
129-
["builtin", "lv_getnext"],
130-
["builtin", "lv_gettext"],
131-
["builtin", "lv_insert"],
132-
["builtin", "lv_insertcol"],
133-
["builtin", "lv_modify"],
134-
["builtin", "lv_modifycol"],
135-
["builtin", "lv_setimagelist"],
136-
["builtin", "mod"],
137-
["builtin", "onmessage"],
138-
["builtin", "numget"],
139-
["builtin", "numput"],
140-
["builtin", "registercallback"],
141-
["builtin", "regexmatch"],
142-
["builtin", "regexreplace"],
143-
["builtin", "round"],
144-
["builtin", "sin"],
145-
["builtin", "tan"],
146-
["builtin", "sqrt"],
147-
["builtin", "strlen"],
148-
["builtin", "strreplace"],
149-
["builtin", "sb_seticon"],
150-
["builtin", "sb_setparts"],
151-
["builtin", "sb_settext"],
152-
["builtin", "strsplit"],
153-
["builtin", "tv_add"],
154-
["builtin", "tv_delete"],
155-
["builtin", "tv_getchild"],
156-
["builtin", "tv_getcount"],
157-
["builtin", "tv_getnext"],
158-
["builtin", "tv_get"],
159-
["builtin", "tv_getparent"],
160-
["builtin", "tv_getprev"],
161-
["builtin", "tv_getselection"],
162-
["builtin", "tv_gettext"],
163-
["builtin", "tv_modify"],
164-
["builtin", "varsetcapacity"],
165-
["builtin", "winactive"],
166-
["builtin", "winexist"],
167-
["builtin", "__New"],
168-
["builtin", "__Call"],
169-
["builtin", "__Get"],
170-
["builtin", "__Set"]
171-
]
172-
173-
----------------------------------------------------
174-
175-
Checks for all builtins.
1+
abs
2+
acos
3+
asc
4+
asin
5+
atan
6+
ceil
7+
chr
8+
class
9+
cos
10+
comobjactive
11+
comobjarray
12+
comobjconnect
13+
comobjcreate
14+
comobjerror
15+
comobjflags
16+
comobjget
17+
comobjquery
18+
comobjtype
19+
comobjvalue
20+
dllcall
21+
exp
22+
fileexist
23+
Fileopen
24+
floor
25+
format
26+
il_add
27+
il_create
28+
il_destroy
29+
instr
30+
substr
31+
isfunc
32+
islabel
33+
IsObject
34+
ln
35+
log
36+
ltrim
37+
rtrim
38+
lv_add
39+
lv_delete
40+
lv_deletecol
41+
lv_getcount
42+
lv_getnext
43+
lv_gettext
44+
lv_insert
45+
lv_insertcol
46+
lv_modify
47+
lv_modifycol
48+
lv_setimagelist
49+
mod
50+
onmessage
51+
numget
52+
numput
53+
registercallback
54+
regexmatch
55+
regexreplace
56+
round
57+
sin
58+
tan
59+
sqrt
60+
strlen
61+
strreplace
62+
sb_seticon
63+
sb_setparts
64+
sb_settext
65+
strsplit
66+
tv_add
67+
tv_delete
68+
tv_getchild
69+
tv_getcount
70+
tv_getnext
71+
tv_get
72+
tv_getparent
73+
tv_getprev
74+
tv_getselection
75+
tv_gettext
76+
tv_modify
77+
varsetcapacity
78+
winactive
79+
winexist
80+
__New
81+
__Call
82+
__Get
83+
__Set
84+
85+
----------------------------------------------------
86+
87+
[
88+
["builtin", "abs"],
89+
["builtin", "acos"],
90+
["builtin", "asc"],
91+
["builtin", "asin"],
92+
["builtin", "atan"],
93+
["builtin", "ceil"],
94+
["builtin", "chr"],
95+
["builtin", "class"],
96+
["builtin", "cos"],
97+
["builtin", "comobjactive"],
98+
["builtin", "comobjarray"],
99+
["builtin", "comobjconnect"],
100+
["builtin", "comobjcreate"],
101+
["builtin", "comobjerror"],
102+
["builtin", "comobjflags"],
103+
["builtin", "comobjget"],
104+
["builtin", "comobjquery"],
105+
["builtin", "comobjtype"],
106+
["builtin", "comobjvalue"],
107+
["builtin", "dllcall"],
108+
["builtin", "exp"],
109+
["builtin", "fileexist"],
110+
["builtin", "Fileopen"],
111+
["builtin", "floor"],
112+
["builtin", "format"],
113+
["builtin", "il_add"],
114+
["builtin", "il_create"],
115+
["builtin", "il_destroy"],
116+
["builtin", "instr"],
117+
["builtin", "substr"],
118+
["builtin", "isfunc"],
119+
["builtin", "islabel"],
120+
["builtin", "IsObject"],
121+
["builtin", "ln"],
122+
["builtin", "log"],
123+
["builtin", "ltrim"],
124+
["builtin", "rtrim"],
125+
["builtin", "lv_add"],
126+
["builtin", "lv_delete"],
127+
["builtin", "lv_deletecol"],
128+
["builtin", "lv_getcount"],
129+
["builtin", "lv_getnext"],
130+
["builtin", "lv_gettext"],
131+
["builtin", "lv_insert"],
132+
["builtin", "lv_insertcol"],
133+
["builtin", "lv_modify"],
134+
["builtin", "lv_modifycol"],
135+
["builtin", "lv_setimagelist"],
136+
["builtin", "mod"],
137+
["builtin", "onmessage"],
138+
["builtin", "numget"],
139+
["builtin", "numput"],
140+
["builtin", "registercallback"],
141+
["builtin", "regexmatch"],
142+
["builtin", "regexreplace"],
143+
["builtin", "round"],
144+
["builtin", "sin"],
145+
["builtin", "tan"],
146+
["builtin", "sqrt"],
147+
["builtin", "strlen"],
148+
["builtin", "strreplace"],
149+
["builtin", "sb_seticon"],
150+
["builtin", "sb_setparts"],
151+
["builtin", "sb_settext"],
152+
["builtin", "strsplit"],
153+
["builtin", "tv_add"],
154+
["builtin", "tv_delete"],
155+
["builtin", "tv_getchild"],
156+
["builtin", "tv_getcount"],
157+
["builtin", "tv_getnext"],
158+
["builtin", "tv_get"],
159+
["builtin", "tv_getparent"],
160+
["builtin", "tv_getprev"],
161+
["builtin", "tv_getselection"],
162+
["builtin", "tv_gettext"],
163+
["builtin", "tv_modify"],
164+
["builtin", "varsetcapacity"],
165+
["builtin", "winactive"],
166+
["builtin", "winexist"],
167+
["builtin", "__New"],
168+
["builtin", "__Call"],
169+
["builtin", "__Get"],
170+
["builtin", "__Set"]
171+
]
172+
173+
----------------------------------------------------
174+
175+
Checks for all builtins.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,383 @@
1+
AutoTrim
2+
BlockInput
3+
Break
4+
Click
5+
ClipWait
6+
Continue
7+
Control
8+
ControlClick
9+
ControlFocus
10+
ControlGet
11+
ControlGetFocus
12+
ControlGetPos
13+
ControlGetText
14+
ControlMove
15+
ControlSend
16+
ControlSendRaw
17+
ControlSetText
18+
CoordMode
19+
Critical
20+
DetectHiddenText
21+
DetectHiddenWindows
22+
Drive
23+
DriveGet
24+
DriveSpaceFree
25+
EnvAdd
26+
EnvDiv
27+
EnvGet
28+
EnvMult
29+
EnvSet
30+
EnvSub
31+
EnvUpdate
32+
Exit
33+
ExitApp
34+
FileAppend
35+
FileCopy
36+
FileCopyDir
37+
FileCreateDir
38+
FileCreateShortcut
39+
FileDelete
40+
FileEncoding
41+
FileGetAttrib
42+
FileGetShortcut
43+
FileGetSize
44+
FileGetTime
45+
FileGetVersion
46+
FileInstall
47+
FileMove
48+
FileMoveDir
49+
FileRead
50+
FileReadLine
51+
FileRecycle
52+
FileRecycleEmpty
53+
FileRemoveDir
54+
FileSelectFile
55+
FileSelectFolder
56+
FileSetAttrib
57+
FileSetTime
58+
FormatTime
59+
GetKeyState
60+
Gosub
61+
Goto
62+
GroupActivate
63+
GroupAdd
64+
GroupClose
65+
GroupDeactivate
66+
Gui
67+
GuiControl
68+
GuiControlGet
69+
Hotkey
70+
ImageSearch
71+
IniDelete
72+
IniRead
73+
IniWrite
74+
Input
75+
InputBox
76+
KeyWait
77+
ListHotkeys
78+
ListLines
79+
ListVars
80+
Loop
81+
Menu
82+
MouseClick
83+
MouseClickDrag
84+
MouseGetPos
85+
MouseMove
86+
MsgBox
87+
OnExit
88+
OutputDebug
89+
Pause
90+
PixelGetColor
91+
PixelSearch
92+
PostMessage
93+
Process
94+
Progress
95+
Random
96+
RegDelete
97+
RegRead
98+
RegWrite
99+
Reload
100+
Repeat
101+
Return
102+
Run
103+
RunAs
104+
RunWait
105+
Send
106+
SendEvent
107+
SendInput
108+
SendMessage
109+
SendMode
110+
SendPlay
111+
SendRaw
112+
SetBatchLines
113+
SetCapslockState
114+
SetControlDelay
115+
SetDefaultMouseSpeed
116+
SetEnv
117+
SetFormat
118+
SetKeyDelay
119+
SetMouseDelay
120+
SetNumlockState
121+
SetRegView
122+
SetScrollLockState
123+
SetStoreCapslockMode
124+
SetTimer
125+
SetTitleMatchMode
126+
SetWinDelay
127+
SetWorkingDir
128+
Shutdown
129+
Sleep
130+
Sort
131+
SoundBeep
132+
SoundGet
133+
SoundGetWaveVolume
134+
SoundPlay
135+
SoundSet
136+
SoundSetWaveVolume
137+
SplashImage
138+
SplashTextOff
139+
SplashTextOn
140+
SplitPath
141+
StatusBarGetText
142+
StatusBarWait
143+
StringCaseSense
144+
StringGetPos
145+
StringLeft
146+
StringLen
147+
StringLower
148+
StringMid
149+
StringReplace
150+
StringRight
151+
StringSplit
152+
StringTrimLeft
153+
StringTrimRight
154+
StringUpper
155+
Suspend
156+
SysGet
157+
Thread
158+
ToolTip
159+
Transform
160+
TrayTip
161+
URLDownloadToFile
162+
WinActivate
163+
WinActivateBottom
164+
WinClose
165+
WinGet
166+
WinGetActiveStats
167+
WinGetActiveTitle
168+
WinGetClass
169+
WinGetPos
170+
WinGetText
171+
WinGetTitle
172+
WinHide
173+
WinKill
174+
WinMaximize
175+
WinMenuSelectItem
176+
WinMinimize
177+
WinMinimizeAll
178+
WinMinimizeAllUndo
179+
WinMove
180+
WinRestore
181+
WinSet
182+
WinSetTitle
183+
WinShow
184+
WinWait
185+
WinWaitActive
186+
WinWaitClose
187+
WinWaitNotActive
188+
189+
----------------------------------------------------
190+
191+
[
192+
["command", "AutoTrim"],
193+
["command", "BlockInput"],
194+
["command", "Break"],
195+
["command", "Click"],
196+
["command", "ClipWait"],
197+
["command", "Continue"],
198+
["command", "Control"],
199+
["command", "ControlClick"],
200+
["command", "ControlFocus"],
201+
["command", "ControlGet"],
202+
["command", "ControlGetFocus"],
203+
["command", "ControlGetPos"],
204+
["command", "ControlGetText"],
205+
["command", "ControlMove"],
206+
["command", "ControlSend"],
207+
["command", "ControlSendRaw"],
208+
["command", "ControlSetText"],
209+
["command", "CoordMode"],
210+
["command", "Critical"],
211+
["command", "DetectHiddenText"],
212+
["command", "DetectHiddenWindows"],
213+
["command", "Drive"],
214+
["command", "DriveGet"],
215+
["command", "DriveSpaceFree"],
216+
["command", "EnvAdd"],
217+
["command", "EnvDiv"],
218+
["command", "EnvGet"],
219+
["command", "EnvMult"],
220+
["command", "EnvSet"],
221+
["command", "EnvSub"],
222+
["command", "EnvUpdate"],
223+
["command", "Exit"],
224+
["command", "ExitApp"],
225+
["command", "FileAppend"],
226+
["command", "FileCopy"],
227+
["command", "FileCopyDir"],
228+
["command", "FileCreateDir"],
229+
["command", "FileCreateShortcut"],
230+
["command", "FileDelete"],
231+
["command", "FileEncoding"],
232+
["command", "FileGetAttrib"],
233+
["command", "FileGetShortcut"],
234+
["command", "FileGetSize"],
235+
["command", "FileGetTime"],
236+
["command", "FileGetVersion"],
237+
["command", "FileInstall"],
238+
["command", "FileMove"],
239+
["command", "FileMoveDir"],
240+
["command", "FileRead"],
241+
["command", "FileReadLine"],
242+
["command", "FileRecycle"],
243+
["command", "FileRecycleEmpty"],
244+
["command", "FileRemoveDir"],
245+
["command", "FileSelectFile"],
246+
["command", "FileSelectFolder"],
247+
["command", "FileSetAttrib"],
248+
["command", "FileSetTime"],
249+
["command", "FormatTime"],
250+
["command", "GetKeyState"],
251+
["command", "Gosub"],
252+
["command", "Goto"],
253+
["command", "GroupActivate"],
254+
["command", "GroupAdd"],
255+
["command", "GroupClose"],
256+
["command", "GroupDeactivate"],
257+
["command", "Gui"],
258+
["command", "GuiControl"],
259+
["command", "GuiControlGet"],
260+
["command", "Hotkey"],
261+
["command", "ImageSearch"],
262+
["command", "IniDelete"],
263+
["command", "IniRead"],
264+
["command", "IniWrite"],
265+
["command", "Input"],
266+
["command", "InputBox"],
267+
["command", "KeyWait"],
268+
["command", "ListHotkeys"],
269+
["command", "ListLines"],
270+
["command", "ListVars"],
271+
["command", "Loop"],
272+
["command", "Menu"],
273+
["command", "MouseClick"],
274+
["command", "MouseClickDrag"],
275+
["command", "MouseGetPos"],
276+
["command", "MouseMove"],
277+
["command", "MsgBox"],
278+
["command", "OnExit"],
279+
["command", "OutputDebug"],
280+
["command", "Pause"],
281+
["command", "PixelGetColor"],
282+
["command", "PixelSearch"],
283+
["command", "PostMessage"],
284+
["command", "Process"],
285+
["command", "Progress"],
286+
["command", "Random"],
287+
["command", "RegDelete"],
288+
["command", "RegRead"],
289+
["command", "RegWrite"],
290+
["command", "Reload"],
291+
["command", "Repeat"],
292+
["command", "Return"],
293+
["command", "Run"],
294+
["command", "RunAs"],
295+
["command", "RunWait"],
296+
["command", "Send"],
297+
["command", "SendEvent"],
298+
["command", "SendInput"],
299+
["command", "SendMessage"],
300+
["command", "SendMode"],
301+
["command", "SendPlay"],
302+
["command", "SendRaw"],
303+
["command", "SetBatchLines"],
304+
["command", "SetCapslockState"],
305+
["command", "SetControlDelay"],
306+
["command", "SetDefaultMouseSpeed"],
307+
["command", "SetEnv"],
308+
["command", "SetFormat"],
309+
["command", "SetKeyDelay"],
310+
["command", "SetMouseDelay"],
311+
["command", "SetNumlockState"],
312+
["command", "SetRegView"],
313+
["command", "SetScrollLockState"],
314+
["command", "SetStoreCapslockMode"],
315+
["command", "SetTimer"],
316+
["command", "SetTitleMatchMode"],
317+
["command", "SetWinDelay"],
318+
["command", "SetWorkingDir"],
319+
["command", "Shutdown"],
320+
["command", "Sleep"],
321+
["command", "Sort"],
322+
["command", "SoundBeep"],
323+
["command", "SoundGet"],
324+
["command", "SoundGetWaveVolume"],
325+
["command", "SoundPlay"],
326+
["command", "SoundSet"],
327+
["command", "SoundSetWaveVolume"],
328+
["command", "SplashImage"],
329+
["command", "SplashTextOff"],
330+
["command", "SplashTextOn"],
331+
["command", "SplitPath"],
332+
["command", "StatusBarGetText"],
333+
["command", "StatusBarWait"],
334+
["command", "StringCaseSense"],
335+
["command", "StringGetPos"],
336+
["command", "StringLeft"],
337+
["command", "StringLen"],
338+
["command", "StringLower"],
339+
["command", "StringMid"],
340+
["command", "StringReplace"],
341+
["command", "StringRight"],
342+
["command", "StringSplit"],
343+
["command", "StringTrimLeft"],
344+
["command", "StringTrimRight"],
345+
["command", "StringUpper"],
346+
["command", "Suspend"],
347+
["command", "SysGet"],
348+
["command", "Thread"],
349+
["command", "ToolTip"],
350+
["command", "Transform"],
351+
["command", "TrayTip"],
352+
["command", "URLDownloadToFile"],
353+
["command", "WinActivate"],
354+
["command", "WinActivateBottom"],
355+
["command", "WinClose"],
356+
["command", "WinGet"],
357+
["command", "WinGetActiveStats"],
358+
["command", "WinGetActiveTitle"],
359+
["command", "WinGetClass"],
360+
["command", "WinGetPos"],
361+
["command", "WinGetText"],
362+
["command", "WinGetTitle"],
363+
["command", "WinHide"],
364+
["command", "WinKill"],
365+
["command", "WinMaximize"],
366+
["command", "WinMenuSelectItem"],
367+
["command", "WinMinimize"],
368+
["command", "WinMinimizeAll"],
369+
["command", "WinMinimizeAllUndo"],
370+
["command", "WinMove"],
371+
["command", "WinRestore"],
372+
["command", "WinSet"],
373+
["command", "WinSetTitle"],
374+
["command", "WinShow"],
375+
["command", "WinWait"],
376+
["command", "WinWaitActive"],
377+
["command", "WinWaitClose"],
378+
["command", "WinWaitNotActive"]
379+
]
380+
381+
----------------------------------------------------
382+
383+
Checks for all selectors.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
#AllowSameLineComments
2+
#ClipboardTimeout
3+
#CommentFlag
4+
#DerefChar
5+
#ErrorStdOut
6+
#EscapeChar
7+
#HotkeyInterval
8+
#HotkeyModifierTimeout
9+
#Hotstring
10+
#If
11+
#IfTimeout
12+
#IfWinActive
13+
#IfWinExist
14+
#IfWinNotActive
15+
#IfWinNotExist
16+
#Include
17+
#IncludeAgain
18+
#InputLevel
19+
#InstallKeybdHook
20+
#InstallMouseHook
21+
#KeyHistory
22+
#MaxHotkeysPerInterval
23+
#MaxMem
24+
#MaxThreads
25+
#MaxThreadsBuffer
26+
#MaxThreadsPerHotkey
27+
#MenuMaskKey
28+
#NoEnv
29+
#NoTrayIcon
30+
#Persistent
31+
#SingleInstance
32+
#UseHook
33+
#WinActivateForce
34+
#Warn
35+
36+
----------------------------------------------------
37+
38+
[
39+
["directive", "#AllowSameLineComments"],
40+
["directive", "#ClipboardTimeout"],
41+
["directive", "#CommentFlag"],
42+
["directive", "#DerefChar"],
43+
["directive", "#ErrorStdOut"],
44+
["directive", "#EscapeChar"],
45+
["directive", "#HotkeyInterval"],
46+
["directive", "#HotkeyModifierTimeout"],
47+
["directive", "#Hotstring"],
48+
["directive", "#If"],
49+
["directive", "#IfTimeout"],
50+
["directive", "#IfWinActive"],
51+
["directive", "#IfWinExist"],
52+
["directive", "#IfWinNotActive"],
53+
["directive", "#IfWinNotExist"],
54+
["directive", "#Include"],
55+
["directive", "#IncludeAgain"],
56+
["directive", "#InputLevel"],
57+
["directive", "#InstallKeybdHook"],
58+
["directive", "#InstallMouseHook"],
59+
["directive", "#KeyHistory"],
60+
["directive", "#MaxHotkeysPerInterval"],
61+
["directive", "#MaxMem"],
62+
["directive", "#MaxThreads"],
63+
["directive", "#MaxThreadsBuffer"],
64+
["directive", "#MaxThreadsPerHotkey"],
65+
["directive", "#MenuMaskKey"],
66+
["directive", "#NoEnv"],
67+
["directive", "#NoTrayIcon"],
68+
["directive", "#Persistent"],
69+
["directive", "#SingleInstance"],
70+
["directive", "#UseHook"],
71+
["directive", "#WinActivateForce"],
72+
["directive", "#Warn"]
73+
]
74+
75+
----------------------------------------------------
76+
77+
Checks for all important keywords.

‎tests/languages/autohotkey/important_feature.test

-77
This file was deleted.

‎tests/languages/autohotkey/issue2911.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ return
3333

3434
["tag", "NormalLabel"], ["punctuation", ":"],
3535
["comment", "; do something"],
36-
["selector", "return"],
36+
["command", "return"],
3737
["tag", "TabbedLabel"], ["punctuation", ":"],
3838
["comment", "; do something"],
39-
["selector", "return"],
39+
["command", "return"],
4040
["tag", "Sus{}//[]Label"], ["punctuation", ":"],
4141
["comment", "; do something"],
42-
["selector", "return"]
42+
["command", "return"]
4343
]

‎tests/languages/autohotkey/selector_feature.test

-383
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.