mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
21 lines
265 B
Julia
21 lines
265 B
Julia
my_variable =
|
|
1 + 2 - 3 *
|
|
4 / 5 %
|
|
6 + (
|
|
1 + 2 +
|
|
3
|
|
) +
|
|
7 + 8 +
|
|
9
|
|
|
|
function test()
|
|
my_variable =
|
|
1 + 2 - 3 *
|
|
4 / 5 %
|
|
6 + (
|
|
1 + 2 +
|
|
3
|
|
) +
|
|
7 + 8 +
|
|
9
|
|
end
|