This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
struct mystruct foo;
- foo is not highlighted later on
#153
Labels
In this small sample c file:
The occurrences of
bar
andbaz
inbar.foo
andbaz.foo
are not highlighted.If the type of
bar
orbaz
is changed to be a pointer orbar
's type is changed totest_t
(the typedef forstruct test
) then the occurrences mentioned are highlighted.Not sure whether this is because of color_coded, libclang, or just me missing something I need to add highlighting for in my colorscheme - if there's anything I can do to help figure that out, please let me know.
The text was updated successfully, but these errors were encountered: