fork
This commit is contained in:
20
langs/autoit/autoit.txt
Normal file
20
langs/autoit/autoit.txt
Normal file
@ -0,0 +1,20 @@
|
||||
### AUTOIT LANGUAGE ###
|
||||
|
||||
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
|
||||
|
||||
NAME AutoIt
|
||||
VERSION 1.8.2
|
||||
|
||||
COMMENT (#(comments-start|cs).*?#(comments-end|ce))|(;.*?$)
|
||||
PREPROCESSOR (#.*?$)
|
||||
STRING (?default)
|
||||
|
||||
STATEMENT \b(?alt:statement.txt)\b
|
||||
RESERVED \b(?alt:reserved.txt)\b
|
||||
|
||||
ENTITY (?default)
|
||||
VARIABLE \$[A-Za-z_]\w*\b
|
||||
IDENTIFIER (?default)
|
||||
CONSTANT (?default)
|
||||
OPERATOR (?default)
|
||||
SYMBOL (?default)
|
11
langs/autoit/reserved.txt
Normal file
11
langs/autoit/reserved.txt
Normal file
@ -0,0 +1,11 @@
|
||||
FuncGlobal
|
||||
Default
|
||||
Switch
|
||||
ByRef
|
||||
Const
|
||||
False
|
||||
Local
|
||||
ReDim
|
||||
Enum
|
||||
True
|
||||
Dim
|
27
langs/autoit/statement.txt
Normal file
27
langs/autoit/statement.txt
Normal file
@ -0,0 +1,27 @@
|
||||
ContinueLoopDefault
|
||||
EndSelectEndSwitch
|
||||
ContinueCase
|
||||
ReturnSelect
|
||||
WhileWith
|
||||
ExitLoop
|
||||
EndFunc
|
||||
EndWith
|
||||
ElseIf
|
||||
Switch
|
||||
EndIf
|
||||
Until
|
||||
Case
|
||||
Else
|
||||
Exit
|
||||
Next
|
||||
Step
|
||||
Then
|
||||
WEnd
|
||||
And
|
||||
For
|
||||
Not
|
||||
Do
|
||||
If
|
||||
In
|
||||
Or
|
||||
To
|
Reference in New Issue
Block a user