Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalexeev/godot-inspector-code-highlighter
https://github.com/dalexeev/godot-inspector-code-highlighter
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalexeev/godot-inspector-code-highlighter
- Owner: dalexeev
- License: mit
- Created: 2024-05-16T11:30:12.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T11:51:54.000Z (4 months ago)
- Last Synced: 2024-10-28T19:21:48.423Z (2 months ago)
- Language: GDScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)