asp.vb.net.tmbundle icon indicating copy to clipboard operation
asp.vb.net.tmbundle copied to clipboard

Add some missing VB.NET keywords

Open nikeee opened this issue 5 years ago • 0 comments

VB.NET has AndAlso and OrElse as a short-circuiting alternative to And and Or.

Some other keywords have been missing.

References:

  • https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/andalso-operator
  • https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/orelse-operator

This PR also includes #9.

nikeee avatar Apr 13 '20 02:04 nikeee