aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/cpp
Commit message (Collapse)AuthorAge
* Add textobjects and indents to c and cpp (#1293)Sebastian Neubauer2022-01-04
| | | | | | | | | | Indentation of single line statements doesn't work, i.e. for (;;)<hit enter> leads to for(;;) <cursor here> Only blocks with curly braces are indented.
* Highlight comments in c, cpp, cmake and llvm (#1309)Sebastian Neubauer2021-12-20
| | | Also, reuse the c injections in glsl
* update cpp queries (#930)Houkime2021-10-29
| | | Co-authored-by: Houkime <>
* Import tree sitter queries.Blaž Hrastnik2021-04-08