fix #7968 - language server support for syntax check and completion
[roobuilder] / src / Main.vala
index 7c08df7..82465d6 100644 (file)
@@ -14,6 +14,7 @@ int main (string[] args) {
        var app =  BuilderApplication.singleton(  args);
          
     Gtk.init ();
+    GtkSource.init();
  
        
        // not sure why this was done?? - it caused crash bugs on gtk_Box_gadget so removed critical.