mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-07 17:32:14 +00:00
Emit semantic highlighting for types
This commit is contained in:
parent
c4ada3e9df
commit
ab6c5f0515
@ -185,6 +185,9 @@ void EmitSemanticHighlighting(QueryDatabase* db,
|
|||||||
is_type_member = var->def->declaring_type.has_value();
|
is_type_member = var->def->declaring_type.has_value();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case SymbolKind::Type: {
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
continue; // applies to for loop
|
continue; // applies to for loop
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user