languages.yml: add .dpr and .dfm extension to Delphi

.dfm is Delphi formulars
.dpr is the main source file, before any .pas.

if your Delphi app does not use any formulars or units
(e.g. console app), there is basically only one .dpr file.
This commit is contained in:
rofl0r
2013-01-02 15:03:17 +01:00
parent bcaeb5d464
commit baa42daae8

View File

@@ -344,6 +344,8 @@ Delphi:
color: "#b0ce4e"
primary_extension: .pas
extensions:
- .dpr
- .dfm
- .lpr
- .pas