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-plus/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.
3 years ago
..
grammars Dynamically load grammar libraries at runtime 3 years ago
queries Add textobjects and indents to c and cpp (#1293) 3 years ago
themes Add everforest_light, change everforest_dark string color (#1412) 3 years ago
tutor.txt Continue tutor (#737) 3 years ago