Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PLSQL highlighting support #90

Open
Labels
Milestone
@nathany

Description

Marcos Sebastián Uslenghi requested PLSQL (Oracle) support:

Add PLSQL highlighting support.
Example:

DECLARE 
 v_renglon NUMBER := 1;
 BEGIN
 GO_BLOCK('GRILLA');
 FIRST_BLOCK;
 LOOP
 :grilla.renglon := v_renglon;
 EXIT WHEN :SYSTEM.LAST_RECORD = 'TRUE';
 v_renglon := v_renglon + 1;
 NEXT_RECORD;
 END LOOP;
 END;

The uppercase are reserved words. I know PLSQL and any help you need I'm at your disposal

See also: http://pygments.org/demo/3018/

From Redmine: http://odd-eyed-code.org/issues/259

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /