This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Commit ca4df14
add more chars to escape when populating searchbox
If you use C++ bindings and __PRETTY_FUNCTION__ to generate the name of the scope, you end up with things like
```
void *foo(bool)
```
as scope names. And for objectiveC you have things like
```
[MyClass setThing]
```
And I'm sure there's some situation in which { } might be used by someone too.1 parent 39d94c3 commit ca4df14
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments