introduced the 'mime' config option, addresses #3

This commit is contained in:
Lloyd Brookes
2014-08-24 22:42:59 +01:00
parent c7b6c8da20
commit 3b5a0cac6f
6 changed files with 30 additions and 4 deletions

View File

@ -0,0 +1,5 @@
{
"mime": {
"text/plain": [ "php" ]
}
}

1
test/something.php Normal file
View File

@ -0,0 +1 @@
<?php echo "i'm coding PHP templatez!\n" ?>