From 813f950652c81da81cf4908e5652828e1df62cde Mon Sep 17 00:00:00 2001 From: Bibiko Date: Fri, 6 Aug 2010 14:38:38 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20syntax=20highlighting=20for=20SQL?= =?UTF-8?q?=20file=20QuickLook=20generator=20-=20only=20SQL=20files=20with?= =?UTF-8?q?=20less=20than=203MB=20will=20be=20syntax=20highlighted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/English.lproj/SPQLPluginSQLTemplate.html | 15 ++++++--------- Resources/German.lproj/SPQLPluginSQLTemplate.html | 15 ++++++--------- 2 files changed, 12 insertions(+), 18 deletions(-) (limited to 'Resources') diff --git a/Resources/English.lproj/SPQLPluginSQLTemplate.html b/Resources/English.lproj/SPQLPluginSQLTemplate.html index fd016891..3097b10f 100644 --- a/Resources/English.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/English.lproj/SPQLPluginSQLTemplate.html @@ -6,13 +6,8 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:#222222; - color:white; -} -textarea { - background-color:#222222; - color:white; - white-space: nowrap; + background-color:white; + color:black; } @@ -21,17 +16,19 @@ textarea {
- +
Sequel Pro SQL File
size: %@


-
+
+%@
+
diff --git a/Resources/German.lproj/SPQLPluginSQLTemplate.html b/Resources/German.lproj/SPQLPluginSQLTemplate.html index 6c905539..ca256c81 100644 --- a/Resources/German.lproj/SPQLPluginSQLTemplate.html +++ b/Resources/German.lproj/SPQLPluginSQLTemplate.html @@ -6,13 +6,8 @@ body { font-family:'Lucida Grande'; font-size:10pt; - background-color:#222222; - color:white; -} -textarea { - background-color:#222222; - color:white; - white-space: nowrap; + background-color:white; + color:black; } @@ -21,17 +16,19 @@ textarea {
- +
Sequel Pro SQL Datei
Größe: %@


-
+
+%@
+
-- cgit v1.2.3