Closed jo-project closed 8 months ago
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.
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:
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 thenamespace
semantic token but then Classes wouldn't show up as classes (yellow).