Skip to content

Commit

Permalink
Fix keywords for Vector in GDScript syntax highlighting
Browse files Browse the repository at this point in the history
- Add Vector4 and Vector4i to syntax highlighting.
- Removed nonexistent PackedVector2iArray and PackedVector3iArray.
  • Loading branch information
Calinou committed Aug 31, 2024
1 parent 19e57bb commit b74a915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _extensions/gdscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ def innerstring_rules(ttype):
"AABB",
"Plane",
"Quaternion",
"Vector4",
"Vector4i",
"Basis",
"Transform3D",
"Color",
Expand All @@ -355,9 +357,7 @@ def innerstring_rules(ttype):
"PackedFloat64Array",
"PackedStringArray",
"PackedVector2Array",
"PackedVector2iArray",
"PackedVector3Array",
"PackedVector3iArray",
"PackedColorArray",
"null",
"void",
Expand Down

0 comments on commit b74a915

Please sign in to comment.