diff options
| author | Fabian Viƶl <Fabian.Vioel@webfleet.com> | 2022-02-04 08:45:53 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-02-09 21:35:00 +0100 |
| commit | 4990db79a87f49e56a3a1bb8507926ebd52ec4cc (patch) | |
| tree | 7fae0c5a797d55a33360c7f511b314cf4ea96572 /queries/elixir | |
| parent | b9c6f3ed454c562707048988e6462d0389dd7852 (diff) | |
highlights(cpp): Highlight method with nested qualified_identifier
so that methods like these are correctly highlighted
```cpp
class A {
class B {
void foo();
};
};
void A::B::foo() {
// ^^^
}
```
This only increases the nesting level by one.
AFAIK abritrary nesting is difficult to do with current queries.
But this nesting is a pretty common case
Diffstat (limited to 'queries/elixir')
0 files changed, 0 insertions, 0 deletions
