fix #7968 - language server support for syntax check and completion
[roobuilder] / src / JsRender / Dir.vala
index c536094..f51972e 100644 (file)
@@ -10,7 +10,7 @@ namespace JsRender {
                
                public Dir(Project.Project project, string path) {
            
-               aconstruct( project, path);
+               base( project, path);
                this.xtype = "Dir";
                this.language = "";
                
@@ -40,6 +40,7 @@ namespace JsRender {
                public override string toGlade()  {return "";}
                public override string targetName()  {return "";}
                public override void loadItems() throws GLib.Error {}
+               public override string language_id() { return ""; }
     }