mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Added missing Rect2 built in type
This commit is contained in:
@@ -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'(?<!\.)', suffix=r'\b'), Name.Builtin.Type),
|
||||
],
|
||||
'numbers': [
|
||||
|
||||
Reference in New Issue
Block a user