nvim-treesitter/tests/indent/tiger/groupings.tig
2022-06-14 22:34:03 +02:00

10 lines
61 B
Text

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