SublimeText / VBScript

VBScript package for Sublime Text
https://github.com/SublimeText/VBScript
185 stars 49 forks source link

Syntax Highlighting Broken When An Array Is A Parameter In Sub Decleration #19

Open ghost opened 8 years ago

ghost commented 8 years ago

' drop this code into sublime using VBScript it should become apparent

Sub Name1(ByRef arrNameHere() As String, strNameHere1 As String) ' code 1 here End Sub

Sub Name2(ByRef intNameHere As Integer, strNameHere2 As String) ' code 2 here End Sub