src/JsRender/Lang.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 11:12:56 +0000 (19:12 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 11:12:56 +0000 (19:12 +0800)
src/JsRender/Lang.vala

index 273e78d..75b2af1 100644 (file)
@@ -25,7 +25,7 @@ namespace JsRender {
         Gee.HashMap<string,string> keywordNames;
         Gee.HashMap<string,string> puncNames;
         Gee.HashMap<string,string> matchingNames;
-        Gee.ArrayList<string> match_strings;
+        public Gee.ArrayList<string> match_strings;
         
         public Lang_Class ()
         {
@@ -103,7 +103,7 @@ namespace JsRender {
             this.keywordNames = new Gee.HashMap<string,string>();
             this.puncNames = new Gee.HashMap<string,string>();
             this.matchingNames = new Gee.HashMap<string,string>();
-            
+            this.match_strings = new Gee.ArrayList<string>();
             
             
             string[] co = { "_global_", "Array", "Boolean", "Date", "Error",