Added code_visual_basic language (#3147)

* Create code_visual_basic.json

source: https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/keywords/

* listed code_visual_basic

* listed code_visual_basic in code group

* removed duplicate "each"
This commit is contained in:
devrusty 2022-06-17 15:09:32 -07:00 committed by GitHub
parent b57e1cd895
commit 99af571948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 190 additions and 1 deletions

View file

@ -341,7 +341,8 @@
"code_perl",
"code_php",
"code_vim",
"code_opencl"
"code_opencl",
"code_visual_basic"
]
},
{

View file

@ -192,6 +192,7 @@
,"code_php"
,"code_vim"
,"code_opencl"
,"code_visual_basic"
,"hindi"
,"hindi_1k"
,"macedonian"

View file

@ -0,0 +1,187 @@
{
"name": "code_visual_basic",
"leftToRight": true,
"noLazyMode": true,
"words": [
"addhandler",
"addressof",
"alias",
"and",
"andalso",
"as",
"boolean",
"byref",
"byte",
"cbool",
"cbyte",
"cchar",
"cdate",
"cdbl",
"cdec",
"char",
"cint",
"class",
"clng",
"cobj",
"const",
"continue",
"csbyte",
"cshort",
"csng",
"cstr",
"ctype",
"cuint",
"culng",
"cushort",
"date",
"decimal",
"declare",
"default",
"delegate",
"dim",
"directcast",
"do",
"double",
"else",
"elseif",
"end",
"enum",
"erase",
"error",
"event",
"exit",
"false",
"finally",
"for",
"in",
"each",
"next",
"friend",
"function",
"get",
"gettype",
"getxmlnamespace",
"global",
"goto",
"handles",
"if",
"implements",
"imports",
"inherits",
"integer",
"interface",
"is",
"isnot",
"let",
"lib",
"like",
"long",
"loop",
"me",
"mod",
"module",
"mustinherit",
"mustoverride",
"mybase",
"myclass",
"nameof",
"namespace",
"narrowing",
"not",
"nothing",
"notinheritable",
"notoverridable",
"object",
"of",
"on",
"operator",
"option",
"optional",
"or",
"orelse",
"out",
"overloads",
"overridable",
"overrides",
"paramarray",
"partial",
"private",
"property",
"protected",
"public",
"raiseevent",
"readonly",
"redim",
"rem",
"removehandler",
"resume",
"return",
"sbyte",
"select",
"set",
"shadows",
"shared",
"short",
"single",
"static",
"step",
"stop",
"string",
"structure",
"sub",
"synclock",
"then",
"throw",
"to",
"true",
"try",
"trycast",
"typeof",
"uinteger",
"ulong",
"ushort",
"using",
"variant",
"wend",
"when",
"while",
"windening",
"with",
"withevents",
"writeonly",
"xor",
"aggregate",
"ansi",
"assembly",
"async",
"auto",
"await",
"binary",
"compare",
"custom",
"distinct",
"equals",
"explicit",
"from",
"groupby",
"groupjoin",
"into",
"isfalse",
"istrue",
"iterator",
"join",
"key",
"mid",
"off",
"orderby",
"preserve",
"skip",
"strict",
"take",
"text",
"unicode",
"until",
"where",
"yield"
]
}