From 7ae475a8113051f9d5bf3c99329c470804030b06 Mon Sep 17 00:00:00 2001 From: Casey Reas Date: Sat, 23 Feb 2013 19:27:05 -0800 Subject: [PATCH] Put Processing language into alphabetical order, re: #383 --- lib/linguist/languages.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 21622b41..ef52b651 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -929,6 +929,11 @@ PowerShell: - posh primary_extension: .ps1 +Processing: + type: programming + color: "#2779ab" + primary_extension: .pde + Prolog: type: programming color: "#74283c" @@ -950,11 +955,6 @@ Pure Data: color: "#91de79" lexer: Text only primary_extension: .pd - -Processing: - type: programming - color: "#2779ab" - primary_extension: .pde Python: type: programming