helix-mods/runtime/queries/cpp
Sebastian Neubauer 5b1a628e81
Add textobjects and indents to c and cpp (#1293)
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.
2022-01-04 10:53:04 +09:00
..
highlights.scm update cpp queries (#930) 2021-10-29 14:11:19 +09:00
indents.toml Add textobjects and indents to c and cpp (#1293) 2022-01-04 10:53:04 +09:00
injections.scm Highlight comments in c, cpp, cmake and llvm (#1309) 2021-12-20 11:42:23 +09:00
textobjects.scm Add textobjects and indents to c and cpp (#1293) 2022-01-04 10:53:04 +09:00