plsql.vim : Syntax for Oracle PL/SQL language with folding feature
| script karma |
Rating 67/29,
Downloaded by 2842 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Eugene Lysyonok |
| |
| script type |
| syntax |
| |
| description |
Based on the standard syntax file for plsql.vim.
New features ( comparing to the standard plsql.vim, contained in Vim 7.3):
1) Now you can use multilined literal strings. The string
'A
B
C
' will be highlighted properly.
1) folding feature for procedures and functions ( including internal procedures and functions)
for a simple example, the procedure "testProcedure" with comments will be folded:
declare
/*
Test procedure;
*/
procedure testProcedure
is
begin
null;
end testProcedure;
begin
testProcedure();
end;
|
| |
| install details |
| Put it into syntax directory. Execute :set foldmethod=syntax ( can do it in your .vimrc) |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.208
|