Skip to content

Oracle PL/SQL syntax highlighting for Visual Studio Code

License

Notifications You must be signed in to change notification settings

Zsapi/vsc-oracle-plsql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORACLE-PLSQL

Oracle PL/SQL syntax highlighting

This is a fork of mycelo's vsc extension which is a straight port from Oracle PL/SQL TextMate bundle for Sublime Text 2/3 which has been released under GPL-2.0 license.

All merits should go to its original author(s).

All I did was change around some highlights and keywords.


Features

This extension provides syntax highlighting for Oracle's proprietary PL/SQL database programming language. It does not provide identifier navigation, code snippets, folding, completion, templates, compiling or debug support.

Most of Oracle's PL/SQL keywords are being recognized, including types, classes, declarations, exceptions, DML, built-in functions and default packages.


How to Use

  • On opening a PL/SQL program file, click Select Language Mode on the bottom/right of your status bar. Then choose PL/SQL (Oracle) or select Configure File Association to make this your permanent highlighter for this file type.

  • Alternatively, open your User Settings (settings.json file), via the Command Palette (ctrl+shift+p), and paste the following lines. You may add or remove file types as you please.

      "files.associations": {
          "*.sql": "oracle",
          "*.ddl": "oracle",
          "*.dml": "oracle",
          "*.pks": "oracle",
          "*.pkb": "oracle"
      }
    

Source

About

Oracle PL/SQL syntax highlighting for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published