helix/runtime/queries/cpp
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
..
highlights.scm C++: Improve parameter highlighting 2024-03-22 00:20:29 +09:00
indents.scm Indentation rework (#1562) 2022-03-31 00:08:07 +09:00
injections.scm Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 2023-01-10 19:57:10 -06:00
textobjects.scm Add textobjects and indents to c and cpp (#1293) 2022-01-04 10:53:04 +09:00