New extension support for PL/SQL language (#2735)

* Add additional PL/SQL file extensions

* Add PL/SQL samples for .ddl and .prc

* Fix sort order of PL/SQL extensions

* Restore vendor/grammars/assembly.

* Restore `pls` as primary PL/SQL extension

* Add tpb to go with tps
This commit is contained in:
Trent Schafer
2017-04-27 04:03:01 +10:00
committed by Colin Seymour
parent db15d0f5d2
commit f146b4afbd
3 changed files with 69 additions and 0 deletions

View File

@@ -3049,12 +3049,21 @@ PLSQL:
color: "#dad8d8"
extensions:
- ".pls"
- ".bdy"
- ".ddl"
- ".fnc"
- ".pck"
- ".pkb"
- ".pks"
- ".plb"
- ".plsql"
- ".prc"
- ".spc"
- ".sql"
- ".tpb"
- ".tps"
- ".trg"
- ".vw"
language_id: 273
PLpgSQL:
type: programming