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