helix/runtime
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
..
grammars Dynamically load grammar libraries at runtime 2021-07-14 10:00:05 +09:00
queries Add textobjects and indents to c and cpp (#1293) 2022-01-04 10:53:04 +09:00
themes Add everforest_light, change everforest_dark string color (#1412) 2022-01-03 11:32:47 +09:00
tutor.txt Continue tutor (#737) 2021-10-16 12:47:45 +09:00