mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
committed by
Colin Seymour
parent
db15d0f5d2
commit
f146b4afbd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user