Browse Source

Merge commit '11b7814bd292dcc83bace42cb45047d351b0bb06' into develop

Mark Sibly 8 years ago
parent
commit
5f24c16f78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ted2go/document/Monkey2Document.monkey2

+ 1 - 1
src/ted2go/document/Monkey2Document.monkey2

@@ -18,7 +18,7 @@ Function InitKeywords()
 
 	Local kws:=""
 	kws+="Namespace;Using;Import;Extern;"
-	kws+="Public;Private;Protected;Friend;"
+	kws+="Public;Private;Protected;Internal;Friend;"
 	kws+="Void;Bool;Byte;UByte;Short;UShort;Int;UInt;Long;ULong;Float;Double;String;CString;Variant;TypeInfo;DeclInfo;Object;Continue;Exit;"
 	kws+="New;Self;Super;Eachin;True;False;Null;Where;"
 	kws+="Alias;Const;Local;Global;Field;Method;Function;Property;Getter;Setter;Operator;Lambda;"