mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -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
|