diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-04-06 17:03:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-04-06 17:03:54 +0200 |
commit | 5e67488012527cc31777ce5d8835fdfd9547ba13 (patch) | |
tree | 0c16e4348c6001d53eb87a299daa95151df3d3cf | |
parent | ffc7417da6d81708a5b2c7f98d873879b292a7fc (diff) |
Add filename extensions for some SQL dialects
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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', |