You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 months ago
..
highlights.scm C++: Improve parameter highlighting 3 months ago
indents.scm Indentation rework (#1562) 2 years ago
injections.scm Update tree-sitter-cpp, support injections in tagged rawstrings (#5457) 1 year ago
textobjects.scm Add textobjects and indents to c and cpp (#1293) 3 years ago