godot-inspector-code-highlighter

Adds GDScript syntax highlighting to the Inspector.

Compatible with Godot 4.3 and 4.4 dev 1.

See godotengine/godot-proposals#9749 for details.

@export_multiline var normal_text: String
@export_custom(PROPERTY_HINT_MULTILINE_TEXT, "lang=gdscript") var source_code: String

image