Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dalexeev/godot-inspector-code-highlighter


https://github.com/dalexeev/godot-inspector-code-highlighter

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://github.com/godotengine/godot-proposals/issues/9749) for details.

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

![image](screenshots/inspector.png)