helix-mirror/runtime
Michael Davis f5d95de227 C++: Improve parameter highlighting
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.
2024-03-22 00:20:29 +09:00
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries C++: Improve parameter highlighting 2024-03-22 00:20:29 +09:00
themes Update rasmus.toml (#9939) 2024-03-21 12:35:34 +09:00
tutor Create a tutor entry for using splits (#9417) 2024-03-21 14:37:08 +01:00