tree-sitter-tiger/queries
Bruno BELANYI 96edb1d0f7 Add '@indent_end' markers
Ensures for example that the following scenario

```tiger
let
in
    (
    ) /* <- Inputting a new-line will indent the cursor */
end
```

Does not happen.
2022-06-12 21:04:18 +02:00
..
folds.scm Add object-oriented folds 2022-06-04 21:52:39 +02:00
highlights.scm Add 'self' built-in variable high-lighting 2022-06-04 21:45:54 +02:00
indents.scm Add '@indent_end' markers 2022-06-12 21:04:18 +02:00
injections.scm Mark 'comment' as injecting 'comment' 2022-06-04 10:43:35 +02:00
locals.scm Add comment about 'locals' queries limitations 2022-06-04 10:43:35 +02:00
tags.scm Add class tags 2022-06-04 21:50:45 +02:00
textobjects.scm Add method text objects 2022-06-04 22:02:34 +02:00