diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index d3727ba5..12566ce7 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -339,14 +339,6 @@ Dart: type: programming primary_extension: .dart -Delphi: - type: programming - color: "#b0ce4e" - primary_extension: .pas - extensions: - - .dfm - - .lpr - DCPU-16 ASM: type: programming lexer: dasm16 @@ -1002,6 +994,15 @@ Parrot Assembly: - pasm primary_extension: .pasm +Pascal: + type: programming + lexer: Delphi + color: "#b0ce4e" + primary_extension: .pas + extensions: + - .dfm + - .lpr + Perl: type: programming ace_mode: perl diff --git a/lib/linguist/samples.json b/lib/linguist/samples.json index abb7efc0..56a3d875 100644 --- a/lib/linguist/samples.json +++ b/lib/linguist/samples.json @@ -50,9 +50,6 @@ "Dart": [ ".dart" ], - "Delphi": [ - ".dpr" - ], "Diff": [ ".patch" ], @@ -415,8 +412,8 @@ ".gemrc" ] }, - "tokens_total": 411916, - "languages_total": 448, + "tokens_total": 411886, + "languages_total": 447, "tokens": { "ABAP": { "*/**": 1, @@ -12722,30 +12719,6 @@ "q": 1, "print": 1 }, - "Delphi": { - "program": 1, - "gmail": 1, - ";": 6, - "uses": 1, - "Forms": 1, - "Unit2": 1, - "in": 1, - "{": 2, - "Form2": 2, - "}": 2, - "R": 1, - "*.res": 1, - "begin": 1, - "Application.Initialize": 1, - "Application.MainFormOnTaskbar": 1, - "True": 1, - "Application.CreateForm": 1, - "(": 1, - "TForm2": 1, - ")": 1, - "Application.Run": 1, - "end.": 1 - }, "Diff": { "diff": 1, "-": 5, @@ -40889,7 +40862,6 @@ "Coq": 18259, "CSS": 43867, "Dart": 68, - "Delphi": 30, "Diff": 16, "Ecl": 281, "edn": 227, @@ -40997,7 +40969,6 @@ "Coq": 12, "CSS": 2, "Dart": 1, - "Delphi": 1, "Diff": 1, "Ecl": 1, "edn": 1, @@ -41089,5 +41060,5 @@ "Xtend": 2, "YAML": 1 }, - "md5": "80a4f99d355c505e82a335f7d5cd1f8e" + "md5": "04aab6477c2dc5ef1be1c9de1886c3f3" } \ No newline at end of file diff --git a/samples/Delphi/program.dpr b/samples/Pascal/program.dpr similarity index 100% rename from samples/Delphi/program.dpr rename to samples/Pascal/program.dpr