From 4d86dc2fe34eee744005bab7d0c8ce8a1ef4fcf3 Mon Sep 17 00:00:00 2001 From: "Daniel J. Ramirez" Date: Fri, 1 Jul 2016 15:47:46 -0500 Subject: [PATCH] Added missing Rect2 built in type --- extensions/gdscript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/gdscript.py b/extensions/gdscript.py index 692b0a62..7f08d551 100644 --- a/extensions/gdscript.py +++ b/extensions/gdscript.py @@ -116,7 +116,7 @@ class GDScriptLexer(RegexLexer): 'Matrix32', 'Array', 'ByteArray', 'IntArray', 'FloatArray', 'StringArray', 'Vector2Array', 'Vector3Array', 'ColorArray', 'Plane', 'Quat', 'AABB', 'Matrix3', 'Transform', 'Color', - 'Image', 'NodePath', 'RID', 'Object', 'InputEvent', + 'Image', 'NodePath', 'RID', 'Object', 'InputEvent', 'Rect2' ), prefix=r'(?