From 99b0cd96bd52eef3734286fd11ed6ce562970b17 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 16 Jul 2015 08:47:11 +1000 Subject: [PATCH] Render "dcl" as "sql" "dcl" (Data Control Language) in GeSHi was SQL with additional keyword support, and a fallback to pygments 'sql' renders correctly, albeit without all keywords highlighted, however most of the keywords are part of 'sql'. Change-Id: I121ce6d6ab20328dd1788f537127e16fa3049503 --- SyntaxHighlight_GeSHi.compat.php | 1 + 1 file changed, 1 insertion(+) diff --git a/SyntaxHighlight_GeSHi.compat.php b/SyntaxHighlight_GeSHi.compat.php index 6be48d0e..6ec8bd00 100644 --- a/SyntaxHighlight_GeSHi.compat.php +++ b/SyntaxHighlight_GeSHi.compat.php @@ -99,6 +99,7 @@ class GeSHi { 'oberon2' => 'modula2', // SQL + 'dcl' => 'sql', 'tsql' => 'sql', 'plsql' => 'sql', 'oracle11' => 'sql',