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.
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.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.