mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 14:30:05 -04:00
11 lines
133 B
Julia
11 lines
133 B
Julia
my_variable =
|
|
1 + 2 - 3 *
|
|
4 / 5 %
|
|
6
|
|
|
|
function test()
|
|
my_variable =
|
|
1 + 2 - 3 *
|
|
4 / 5 %
|
|
6
|
|
end
|