From e19023b3127d8d2ef7bcea338b99d849b73b2c5b Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 4 Apr 2012 08:21:46 +0200 Subject: [PATCH] support sql --- data/config.default.php | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 2.30.2