• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

language-oracle

Oracle PL/SQL language support in Atom
  • #oracle
  • #plsql
  • #sql
  • #pl/sql
OraOpenSource
1.9.0 22,920
16
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Oracle PL/SQL language support in Atom

Add syntax highlighting support for Oracle PL/SQL code

This code was converted from the Oracle TextMate bundle on the 24th October 2015.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.

Package conflicts

  1. file-types Prior to this extension, in order to get your plsql files (extension plb, pls, pkb, pks, etc) recognised with the SQL grammar, you may have used this extension to map them to the sql extension.
"file-types":
    pkb: "source.sql"
    pks: "source.sql"
    pls: "source.sql"
    plb: "source.sql"

This is no longer necessary, as this grammer picks up all relevant extensions and correctly maps them to PL/SQL (Oracle). You should be able to safely remove that configuration.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by