Revised VBScript syntax

Discuss syntax highlighting or submit new syntax files.
Post Reply
claudermilk
Posts: 6
Joined: 08 May 2009 20:01

Revised VBScript syntax

Post by claudermilk »

Since I have to use VBScript, I added all the control structures based on the VB.Net syntax file. Here's the relevant section of the vbscript.syx file

Code: Select all

[Fold]
1_Id=Sub
1_Begin=
1_End=End Sub
1_EndBefore=
1_Section=
1_NoParentOfId=0
1_ListItem=ceMethod
2_Id=Function
2_Begin=
2_End=End Function
2_EndBefore=
2_Section=
2_NoParentOfId=0
2_ListItem=ceMethod
3_Id=If
3_Begin=
3_End=End If
3_EndBefore=ElseIf|Else
3_Section=
3_NoParentOfId=0
3_ListItem=
4_Id=For
4_Begin=
4_End=Next
4_EndBefore=
4_Section=
4_NoParentOfId=0
4_ListItem=
5_Id=While
5_Begin=
5_End=Wend
5_EndBefore=
5_Section=
5_NoParentOfId=0
5_ListItem=
6_Id=Do
6_Begin=
6_End=Loop|While
6_EndBefore=
6_Section=
6_NoParentOfId=0
6_ListItem=
7_Id=ElseIf
7_Begin=
7_End=End If
7_EndBefore=ElseIf|Else
7_Section=
7_NoParentOfId=0
7_ListItem=
8_Id=Select
8_Begin=
8_End=End Select
8_EndBefore=
8_Section=
8_NoParentOfId=0
8_ListItem=
9_Id=Else
9_Begin=
9_End=End If
9_EndBefore=
9_Section=
9_NoParentOfId=0
9_ListItem=
Post Reply