Hi, when i use custom types in c++ they are missing the highlighting. Note how int has colours but GLFWwindow and Viewport don’t.

Hi, when i use custom types in c++ they are missing the highlighting. Note how int has colours but GLFWwindow and Viewport don’t.

Your best chance here is to use LSP-clangd with its sematic highlighting feature. ST’s syntax engine is unlikely to parse C++ grammar perfectly.
thank you, but I would like to avoid using LSP because i want to keep the editor basic.