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

TextMate support for ASP.vb.NET

Results 6 asp.vb.net.tmbundle issues
Sort by recently updated
recently updated
newest added

_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 ? ![image](https://user-images.githubusercontent.com/10746682/30859905-b776ee28-a2c5-11e7-99de-5902c452aec6.png) _Copied from original...

_From @vnbrs on September 21, 2016 14:19_ - VSCode Version: 1.5.2 - OS Version: Windows 10 ![screenshot_1](https://cloud.githubusercontent.com/assets/5093045/18714726/1c9ca5d8-7fed-11e6-82f7-2d56840e5d8b.png) Visual Basic's REM keyword isn't recognizable as a comment. _Copied from original issue:...