catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio

Home Page:https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[REQUEST] Adding more color differentiation for Luau language

jo-project opened this issue · comments

Looks fine to me when using https://marketplace.visualstudio.com/items?itemName=Nightrains.robloxlsp, which seems to be the most popular Luau LSP/Highlight extension:
2024-03-13-105846@2x

Note that global functions showing up as yellow is something that I can't control — the extension wrongly labels them as semantic token type namespace, and semantic types always get preferred over TextMate scopes.
I could turn off the namespace semantic token but then Classes wouldn't show up as classes (yellow).

Can you also try it with luau lsp? since roblox lsp is unmaintained, now most people use luau lsp. @nekowinston

Seems that one is even less maintained, idk enough about the luau ecosystem, the official one seems fine to me from a pure highlighting perspective.