1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 10:03:39 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/tiger/groupings.tig

11 lines
61 B
Plaintext
Vendored

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