diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/libraries/Pygments.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 9ce179d08..174642141 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -204,14 +204,19 @@ class Pygments { 'mll' => 'ocaml', 'ml' => 'ocaml', 'mly' => 'ocaml', + 'mysql' => 'mysql', 'patch' => 'diff', + 'pgsql' => 'postgresql', 'php' => 'php', 'pl' => 'perl', + 'plpgsql' => 'plpgsql', + 'postgresql' => 'postgresql', 'pp' => 'puppet', 'py' => 'python', 'rb' => 'ruby', 's' => 'asm', 'sh' => 'bash', + 'sql' => 'sql', 'tcl' => 'tcl', 'tex' => 'tex', 'yml' => 'yaml', |