Skip to content

Commit 7e2ddec

Browse files
committed
Revert missing keywords.
1 parent 4e936ce commit 7e2ddec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UnrealAngelscriptParser/Grammar/UnrealAngelscriptLexer.g4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Directive: '#' ~ [\r\n]* -> channel (PREPROCESSOR_CHANNEL);
4545

4646
Cast: 'cast';
4747

48+
From: 'from';
49+
4850
Import: 'import';
4951

5052
Int: 'int';
@@ -59,6 +61,8 @@ Int64: 'int64';
5961

6062
Mixin: 'mixin';
6163

64+
Out: 'out';
65+
6266
Property: 'property';
6367

6468
UInt: 'uint';

0 commit comments

Comments
 (0)