linuxamp - 2008-07-09

Does anyone have a set of sample source files for all supported syntax highlighted languages?  I'm trying to make a new color scheme but I only have source files for languages I use.

The best option would be a simple file for each language which includes all language parts.  For instance
<?php // this is a question mark

// this is a comment line

/*
* This is a comment block
*/

$var = "hello world"  // This is a variable, operator and double quoted string