Skip to content

Commit

Permalink
Fix J
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-kana committed Nov 5, 2024
1 parent 0a3771f commit e93f86d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GDWeave/Script/ScriptTokenizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public static class ScriptTokenizer {
{"setget", TokenType.PrSetget},
{"static", TokenType.PrStatic},

{"void", TokenType.PrVoid}, {"enum", TokenType.PrEnum},
{"void", TokenType.PrVoid},
{"enum", TokenType.PrEnum},
{"preload", TokenType.PrPreload},
{"assert", TokenType.PrAssert},

Expand Down

0 comments on commit e93f86d

Please sign in to comment.