Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some missing VB.NET keywords (#1)
* Add AndAlso and OrElse Keywords VB.NET has `AndAlso` and `OrElse` as a short-circuiting alternative to `And` and `Or`. 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 * Add `End While` and `End With` * Add Try, Catch, Finally and End Try * Add Using and End Using * Add Namespace block support Co-authored-by: Niklas Mollenhauer <[email protected]>
- Loading branch information