sponsor Vim development Vim logo Vim Book Ad

plsql.vim : Syntax for Oracle PL/SQL language with folding feature

 script karma  Rating 67/29, Downloaded by 2626  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)
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
plsql.vim 1.0 2012-10-04 7.3 Eugene Lysyonok Initial upload
ip used for rating: 3.141.41.187

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github