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
This commit is contained in:
John Vandenberg 2015-07-16 08:47:11 +10:00
parent 558396de81
commit 99b0cd96bd

View file

@ -99,6 +99,7 @@ class GeSHi {
'oberon2' => 'modula2',
// SQL
'dcl' => 'sql',
'tsql' => 'sql',
'plsql' => 'sql',
'oracle11' => 'sql',