tree-sitter-tiger/test/indent/groupings.tig
Bruno BELANYI f6c2b4c65e Add indent tests
I made use of the 'nvim-treesitter' test runner for these.
2022-06-13 10:45:56 +02:00

11 lines
61 B
Plaintext

let
var a := 42
in
(
12;
27;
42
);
a
end