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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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