[gnome-builder] workbench: teach workbench about application/sql



commit 20f5256fc06ac2f523d23efa46755af424b790af
Author: Christian Hergert <christian hergert me>
Date:   Sun Mar 29 16:05:13 2015 -0700

    workbench: teach workbench about application/sql
    
    We really ought to have something smarter here.

 src/workbench/gb-workbench.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/workbench/gb-workbench.c b/src/workbench/gb-workbench.c
index 4625aeb..ad957e3 100644
--- a/src/workbench/gb-workbench.c
+++ b/src/workbench/gb-workbench.c
@@ -497,6 +497,7 @@ supports_content_type (const gchar *content_type)
 {
   return (g_str_has_prefix (content_type, "text/") ||
           g_str_equal (content_type, "application/javascript") ||
+          g_str_equal (content_type, "application/sql") ||
           g_str_equal (content_type, "application/x-desktop") ||
           g_str_equal (content_type, "application/x-gettext-translation") ||
           g_str_equal (content_type, "application/x-gtk-builder") ||


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]