vim-cpp-enhanced-highlight
vim-cpp-enhanced-highlight copied to clipboard
type highlighting overide function highlighting
The bitset type is being highlighted because it's from the standard library.
I mean set in bs.set(1), it is a method of bitset, which should be highlighted as function, but it is recognized as the set type from standard library.
Ah yes, good point.
Known limitation, so I'm leaving this open for now.