nvim-treesitter/queries/inko
Yorick Peterse 9e1cda4e71 fix(inko): indent call nodes
This ensures that when you add a new call line in the middle of a call
chain, the line is indented like so:

    foo
      .bar
      .new_line_here
      .baz

Instead of it being indented like so:

    foo
      .bar
    .new_line_here
      .baz
2024-05-09 00:33:22 -04:00
..
folds.scm feat(inko): add support for Inko 2024-05-03 11:32:15 +02:00
highlights.scm fix(inko): highlighting of numeric call names (#6566) 2024-05-03 13:06:54 -07:00
indents.scm fix(inko): indent call nodes 2024-05-09 00:33:22 -04:00
injections.scm feat(inko): add support for Inko 2024-05-03 11:32:15 +02:00
locals.scm feat(inko): add support for Inko 2024-05-03 11:32:15 +02:00