New real roblox syntax highlighter

My Friend Just developed a syntax highlighter on roblox cause he(Most of the devs on roblox) noticed that highlighting for luau language in vscode is quite bad even though there’s the existance of so called Roblox syntax highlighters.
Username on discord :Thorn
Link to the Extension:Roblox Studio-Like Syntax Highlighting - Visual Studio Marketplace

I greatly advise you test this out on VSCODE to see for yourselfs Thank you.

WHAT IS SYNTAX HIGHLIGHTING?
Syntax highlighting is a feature in some text editors that allows you to visually differentiation with coors to highlight different parts of source code making it easier to read and understand.

Benefits
-Improved Readability
-Easier Error Detection
-Enhanced Debugging

For Open Contributions
Github: GitHub - thornhall/roblox-studio-like-syntax-highlighting: Roblox Studio-like syntax highlighting for VSCode.

3 Likes

This looks great!

Question, what are the use cases of Visual Studio Code rather than the built-in Roblox scripting editor? Wouldn’t that mean you would have to transfer more code? I think that the Roblox editor works well, but feel free to correct me if I am wrong or missing any features.

Well if you use Rojo you won’t have to transfer anything and the code will just update as you save and you will have access to services like git and tools on VScode so it’s a win win situation.
There’s no problem using Roblox cause Rojo is used mostly when it concersn 2 or more programmers working on the same project for efficient project management.

1 Like

Ah! I get it! Seems like it could be helpful for a larger studio. I love the highlighting!
Thank you!

2 Likes