Sublime Forum

Highlighting typedef'd names in C

#1

Is there a way to add syntax highlighting to typedef’d names in C? For example:

typedef unsigned long ULONG

I’d like all instances of ULONG to be highlighted in my project.

1 Like

#2

I agree with burksa. In addition, struct, class, enum should be highlighted too.

0 Likes

#3

Hi,
Digging up this super old post, as it seems this highlighting is still missing in ST4 in 2024:

image

Are there any plans for implementation? I would appreciate all help.

0 Likes