Skip to content

Commit 531d594

Browse files
committed
Missing __new__ haxe keyword
1 parent a80b1b7 commit 531d594

File tree

1 file changed

+1
-1
lines changed
  • FlashDevelop/Bin/Debug/Settings/Languages

1 file changed

+1
-1
lines changed

FlashDevelop/Bin/Debug/Settings/Languages/Haxe.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
dynamic macro extern inline override private public static
2121
</keyword-class>
2222
<keyword-class name="haxe-additional-keywords4">
23-
untyped cast trace __cpp__ __global__ __js__ __php__ __cs__ __java__
23+
untyped cast trace __cpp__ __global__ __js__ __php__ __cs__ __java__ __new__
2424
</keyword-class>
2525
<keyword-class name="haxe-additional-keywords5">
2626
super this

0 commit comments

Comments
 (0)