CodeMirror 2: Oracle PL/SQL mode

   based on c-like mode, adapted to PL/SQL by Peter Raganitsch ( http://www.oracle-and-apex.com/ )
 1
2
3
4
5
6
 
-- Oracle PL/SQL Code Demo
/*
   based on c-like mode, adapted to PL/SQL by Peter Raganitsch ( http://www.oracle-and-apex.com/ )
   April 2011
*/
DECLARE

Simple mode that handles Oracle PL/SQL language (and Oracle SQL, of course).

MIME type defined: text/x-plsql (PLSQL code)