asp.vb.net.tmbundle
asp.vb.net.tmbundle copied to clipboard
Add some missing VB.NET keywords
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.