SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Code snippet #81

Open PepeElToro41 opened 1 week ago

PepeElToro41 commented 1 week ago

A texbox that highlights luau code. There's plenty of highlighter scripts for lua like this one so it might just be as easy as adding a textbox and running a highlighter

similar to this in ImGui (although this one isnt highlighted for some reason), which surprisingly is using lua image

The only problem I see is that quite some configs will be needed to be added for the colors of the highlights