Sublime Forum

Custom types missing highlighting?

#1

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

02

0 Likes

#2

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.

0 Likes

#3

thank you, but I would like to avoid using LSP because i want to keep the editor basic.

0 Likes