fork
This commit is contained in:
22
langs/asp/asp.txt
Normal file
22
langs/asp/asp.txt
Normal file
@ -0,0 +1,22 @@
|
||||
### ASP LANGUAGE ###
|
||||
|
||||
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
|
||||
|
||||
NAME ASP
|
||||
VERSION 1.0.0
|
||||
|
||||
COMMENT (?default)|('.*?$)
|
||||
STRING (?default)
|
||||
|
||||
TAG <%=?|%>|^%
|
||||
STATEMENT (?default)|\b(?alt:statement.txt)\b
|
||||
RESERVED (?default)|\b(?alt:reserved.txt)\b
|
||||
TYPE (?default)|\b(?alt:type.txt)\b
|
||||
MODIFIER (?default)
|
||||
|
||||
ENTITY (?default)
|
||||
VARIABLE (?default)
|
||||
IDENTIFIER (?default)
|
||||
CONSTANT (?default)
|
||||
OPERATOR (?default)
|
||||
SYMBOL (?default)
|
70
langs/asp/reserved.txt
Normal file
70
langs/asp/reserved.txt
Normal file
@ -0,0 +1,70 @@
|
||||
include
|
||||
file
|
||||
Const
|
||||
Dim
|
||||
Option
|
||||
Explicit
|
||||
Implicit
|
||||
Get
|
||||
Set
|
||||
Select
|
||||
ReDim
|
||||
Preserve
|
||||
ByVal
|
||||
ByRef
|
||||
Fix
|
||||
Xor
|
||||
var
|
||||
CreateObject
|
||||
Write
|
||||
Redirect
|
||||
Cookies
|
||||
BinaryRead
|
||||
ServerVariables
|
||||
TotalBytes
|
||||
AddHeader
|
||||
AppendToLog
|
||||
BinaryWrite
|
||||
Buffer
|
||||
CacheControl
|
||||
Clear
|
||||
Expires
|
||||
ExpiresAbsolute
|
||||
Flush
|
||||
End
|
||||
IsClientConnected
|
||||
PICS
|
||||
Status
|
||||
Recordset
|
||||
Execute
|
||||
Abandon
|
||||
Lock
|
||||
UnLock
|
||||
Command
|
||||
Fields
|
||||
Properties
|
||||
Property
|
||||
Send
|
||||
Replace
|
||||
InStr
|
||||
TRIM
|
||||
NOW
|
||||
LCase
|
||||
UCase
|
||||
Abs
|
||||
Array
|
||||
As
|
||||
LEN
|
||||
MoveFirst
|
||||
MoveLast
|
||||
MovePrevious
|
||||
MoveNext
|
||||
LBound
|
||||
UBound
|
||||
Transfer
|
||||
Open
|
||||
Close
|
||||
MapPath
|
||||
FileExists
|
||||
OpenTextFile
|
||||
ReadAll
|
25
langs/asp/statement.txt
Normal file
25
langs/asp/statement.txt
Normal file
@ -0,0 +1,25 @@
|
||||
with
|
||||
If
|
||||
Then
|
||||
Else
|
||||
Each
|
||||
In
|
||||
Is
|
||||
ElseIf
|
||||
Case
|
||||
With
|
||||
NOT
|
||||
While
|
||||
Wend
|
||||
For
|
||||
Loop
|
||||
Do
|
||||
Or
|
||||
Request
|
||||
Response
|
||||
Server
|
||||
To
|
||||
Let
|
||||
Resume
|
||||
GoTo
|
||||
Call
|
48
langs/asp/type.txt
Normal file
48
langs/asp/type.txt
Normal file
@ -0,0 +1,48 @@
|
||||
Null
|
||||
Nothing
|
||||
And
|
||||
False
|
||||
True
|
||||
BOF
|
||||
EOF
|
||||
Function
|
||||
Class
|
||||
New
|
||||
Sub
|
||||
INT
|
||||
CINT
|
||||
CBOOL
|
||||
CDATE
|
||||
CBYTE
|
||||
CCUR
|
||||
CDBL
|
||||
CLNG
|
||||
CSNG
|
||||
CSTR
|
||||
String
|
||||
Boolean
|
||||
Currency
|
||||
Me
|
||||
Single
|
||||
Long
|
||||
Variant
|
||||
Double
|
||||
Error
|
||||
Imp
|
||||
Global
|
||||
Session
|
||||
Application
|
||||
Sgn
|
||||
Array
|
||||
Day
|
||||
Month
|
||||
Hour
|
||||
Minute
|
||||
Second
|
||||
Year
|
||||
MonthName
|
||||
Charset
|
||||
ContentType
|
||||
QueryString
|
||||
Form
|
||||
Command
|
Reference in New Issue
Block a user