support sql
[phorkie.git] / data / config.default.php
index d55721d1262c7143e230397bf4de88487bf24ba9..7c9969e41912a254905d8daa2a26af5c77d36126 100644 (file)
@@ -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 */