We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Marcos Sebastián Uslenghi requested PLSQL (Oracle) support:
See also: http://pygments.org/demo/3018/
From Redmine: http://odd-eyed-code.org/issues/259
The text was updated successfully, but these errors were encountered: