```C++
static const char* good = R"blah(
lots
of text
)blah";
struct xxx { inta; };
static const char* bad = R"blah(
lots
of text including a quote"
)blah";
struct yyy { inta; };
```
xxx is recognised as a type and added to symbols, but yyy and anything declared
after that is not.
Geany 1.27 (git >= 99938dd), en_AU.UTF-8 GTK 3.10.8, GLib 2.40.2.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/877
