This commit is contained in:
root
2019-08-30 19:30:19 +02:00
commit 6f2b105ca0
595 changed files with 78405 additions and 0 deletions

20
langs/autoit/autoit.txt Normal file
View 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
View File

@ -0,0 +1,11 @@
FuncGlobal
Default
Switch
ByRef
Const
False
Local
ReDim
Enum
True
Dim

View 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