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/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.
3 years ago
..
highlights.scm update cpp queries (#930) 3 years ago
indents.toml Add textobjects and indents to c and cpp (#1293) 3 years ago
injections.scm Highlight comments in c, cpp, cmake and llvm (#1309) 3 years ago
textobjects.scm Add textobjects and indents to c and cpp (#1293) 3 years ago