From: Christian Weiske Date: Wed, 4 Apr 2012 06:21:46 +0000 (+0200) Subject: support sql X-Git-Tag: v0.1.0~54 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/e19023b3127d8d2ef7bcea338b99d849b73b2c5b?ds=sidebyside support sql --- diff --git a/data/config.default.php b/data/config.default.php index d55721d..7c9969e 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -56,6 +56,11 @@ $GLOBALS['phorkie']['languages'] = array( 'mime' => 'text/x-shellscript', 'geshi' => 'bash' ), + 'sql' => array( + 'title' => 'SQL', + 'mime' => 'text/x-sql', + 'geshi' => 'sql' + ), 'ts' => array( 'title' => 'TypoScript', 'mime' => 'text/plain',/* TODO: correct type */