mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
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:
@@ -344,6 +344,8 @@ Delphi:
|
||||
color: "#b0ce4e"
|
||||
primary_extension: .pas
|
||||
extensions:
|
||||
- .dpr
|
||||
- .dfm
|
||||
- .lpr
|
||||
- .pas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user