catppuccin / vscode

🦌 Soothing pastel theme for VSCode & Azure Data Studio
https://marketplace.visualstudio.com/items?itemName=Catppuccin.catppuccin-vsc-pack
MIT License
1.43k stars 52 forks source link

[REQUEST] Adding more color differentiation for Luau language #346

Closed jo-project closed 8 months ago

nekowinston commented 8 months ago

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).

0xJWLabs commented 7 months ago

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

nekowinston commented 7 months ago

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.