mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
This adds parameter highlighting for reference parameters and defaulted
parameters. For example:
```cpp
auto strip_prefix_only(std::string& s,
Hidden_Homonym skip_hidden_homonym = {}) const
-> Affixing_Result<Prefix>;
```
Previously both parameters were only highlighted as variables.
|
||
|---|---|---|
| .. | ||
| highlights.scm | ||
| indents.scm | ||
| injections.scm | ||
| textobjects.scm | ||