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

19
langs/vb/modifier.txt Normal file
View File

@ -0,0 +1,19 @@
NotInheritable
NotOverridable
WriteOnly
Assembly
Optional
Preserve
ReadOnly
Explicit
Shadows
Unicode
Default
Variant
Friend
Shared
ByRef
ByVal
Auto
Ansi
Lib

37
langs/vb/reserved.txt Normal file
View File

@ -0,0 +1,37 @@
RemoveHandler
MustOverride
MustInherit
Overridable
AddHandler
DirectCast
AddressOf
Overloads
Overrides
Delegate
Inherits
SyncLock
AndAlso
Declare
GetType
Handles
Handles
Imports
MyClass
Variant
MyBase
Option
TypeOf
Select
Erase
ReDim
Exit
Loop
Like
Next
Dim
Get
Let
Mod
New
Xor
Me

13
langs/vb/statement.txt Normal file
View File

@ -0,0 +1,13 @@
RaiseEvent
WithEvents
Option
Resume
OrElse
GoSub
Until
Call
Step
Stop
When
With
End

28
langs/vb/type.txt Normal file
View File

@ -0,0 +1,28 @@
#ExternalSource
ParamArray
Structure
Decimal
Nothing
CShort
Module
Single
#Const
Event
Alias
Class
CType
CBool
CByte
CChar
CDate
Error
CInt
CLng
CObj
CSng
CStr
Date
CDec
CDbl
Set
Sub

21
langs/vb/vb.txt Normal file
View File

@ -0,0 +1,21 @@
### VB LANGUAGE ###
# ELEMENT_NAME [optional-css-class] REGULAR_EXPRESSION
NAME Visual Basic
VERSION 1.0
COMMENT ((?<=[\n\s])REM[\t ][^\r\n]*)|('.*?$)
STRING ((?<!\\)".*?(?<!\\)")
STATEMENT (?default)|\b(?alt:statement.txt)\b
RESERVED (?default)|\b(?alt:reserved.txt)\b
TYPE (?default)|\b(?alt:type.txt)\b
MODIFIER (?default)|\b(?alt:modifier.txt)\b
ENTITY (?default)
VARIABLE (?default)
IDENTIFIER (?default)
CONSTANT (?default)
OPERATOR (?default)
SYMBOL (?default)