From 5e67488012527cc31777ce5d8835fdfd9547ba13 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 6 Apr 2017 17:03:54 +0200 Subject: Add filename extensions for some SQL dialects Signed-off-by: Florian Pritz --- application/libraries/Pygments.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'application/libraries/Pygments.php') 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', -- cgit v1.2.3-24-g4f1b