Skip to content

PLSQL highlighting support #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nathany opened this issue Oct 28, 2012 · 0 comments
Open

PLSQL highlighting support #90

nathany opened this issue Oct 28, 2012 · 0 comments
Labels
Milestone

Comments

@nathany
Copy link
Contributor

nathany commented Oct 28, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant