asp.vb.net.tmbundle
asp.vb.net.tmbundle copied to clipboard
TextMate support for ASP.vb.NET
_From @SeamusConacher on February 22, 2017 15:34_ - VSCode Version: 1.9.1 - OS Version: Windows 10 Pro 1607 Steps to Reproduce: 1. Declare a Dim or Const in Visual Basic...
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.
Is this project currently unmaintained? This syntax definition is used as VSCode's VB.NET syntax definition. As it is used for VB Classic and VB.NET, this syntax definition misses some important...
_From @sandy081 on September 26, 2017 12:20_ Testing #34989 End regions tags are not coloured completely. Not sure if `#Region` tag should be also tokenised ?  _Copied from original...
_From @vnbrs on September 21, 2016 14:19_ - VSCode Version: 1.5.2 - OS Version: Windows 10  Visual Basic's REM keyword isn't recognizable as a comment. _Copied from original issue:...