From 5afdd2c533ccb6669eef2a9d848bcb6231380370 Mon Sep 17 00:00:00 2001 From: ismail-arilik Date: Tue, 1 Sep 2015 14:23:59 +0300 Subject: [PATCH] Add color for the PL/SQL language. I have added color to the PL/SQL language: #dad8d8. I take this color from a window background which evokes the interface of the language. --- lib/linguist/languages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 8a0bc395..f01f2c26 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2443,6 +2443,7 @@ PLSQL: type: programming ace_mode: sql tm_scope: source.plsql.oracle + color: "#dad8d8" extensions: - .pls - .pkb