Search found 2 matches

by kevin.bell62
Thu Apr 06, 2006 5:44 pm
Forum: Code Folding
Topic: Code folding for the Winbatch (WIL) Language
Replies: 3
Views: 37243

Thank you Jussi!

Seems to be working great. The only problem I can see is that I forgot to mention that "if" statements can be 1 liners:

if x == y then goto spork

with no "endif". I don't know how you would trap that one anyway, so my thanks yet again!

I have been using Zeus for my Ruby scripts ...
by kevin.bell62
Wed Apr 05, 2006 1:53 pm
Forum: Code Folding
Topic: Code folding for the Winbatch (WIL) Language
Replies: 3
Views: 37243

Code folding for the Winbatch (WIL) Language

Hello!

Hopefully I am posting this in the right place. I am requesting code folding for the Winbatch (Windows Interface Language). The info is as below:

Extensions: .wbt, .web, .wil, .wdl
Line Comment: ;
Block Comment: none
Begin: if
End: endif
Begin: switch
End: endswitch
Begin: gosub
End ...