Hey everyone, I'm new to the list as of today.
I'm writing to ask if anyone out there has (and can make available), or knows of, a WSC bundle for TextMate. WSC's are XML files that Windows uses as a kind of COM object class definition. My employer is pushing to move everything we have in classic ASP over to WSCs and working without a good TextMate bundle or even a language definition is a pain to say the least.
If nobody has an existing bundle I'm going to need to make on myself but I'd rather not re-invent the wheel here if someone better than I (which isn't hard to find) has already built the foundation.
Any help or pointers in the right direction is much appreciated...
- Cliff
Cliff Pruitt wrote:
... WSC's are *XML files that Windows uses* ...
I doubt there's anything out there, in that case.
If nobody has an existing bundle I'm going to need to make on myself but I'd rather not re-invent the wheel here if someone better than I (which isn't hard to find) has already built the foundation.
Any help or pointers in the right direction is much appreciated...
New language grammars are fortunately quite easy to get started on. You can make something reasonably useful and functional in an afternoon. If you have any trouble, ask on IRC.
-Jacob
... WSC's are *XML files that Windows uses* ...
I doubt there's anything out there, in that case.
Yeah I know... trust me, this is not by choice here... But still I figured I'd ask. Its the same concept as embedding VBScript into HTML for asp pages and TextMate has bundles for ASP that work well out of the box.
If nobody has an existing bundle I'm going to need to make on myself but I'd rather not re-invent the wheel here if someone better than I (which isn't hard to find) has already built the foundation. Any help or pointers in the right direction is much appreciated...
New language grammars are fortunately quite easy to get started on. You can make something reasonably useful and functional in an afternoon. If you have any trouble, ask on IRC.
I've messed with language grammars a bit. And I know I can make it work, especially with XML and ASP scopes already being available in other bundles. I just thought I'd check first and see if someone that understood more about WSC's had something already put together.
Guess I get to spend time doing some work before I do any work. :-)
- Cliff