What is the mime type for BASIC code? I searched the interwebs but found nothing... maybe application/basic, or text/basic, or..? Visual Basic, or QBasic, any should do. I'm trying to get my ViewVC setup to do syntax highlighting for .bas files... at the moment I've set .bas as text/plain so no syntax highlighting occurs, but I'd rather have it if I can.
text/plain. It's likely too much of a hassle to denote Apple BASIC vs. Microsoft QuickBASIC vs. C64 BASIC vs. Liberty Basic vs. Visual Basic in terms of media types; their syntax is varied enough to warrant completely different media types. Even the Google Prettify library only supports a reasonable subset of BASIC code and VB specifically. Maybe you can create your own highlighting? I've never used ViewVC, so I don't know. - user539810