mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
Gleam indentation tests
This commit is contained in:
parent
4a5720332d
commit
b62750e328
16 changed files with 239 additions and 0 deletions
7
tests/indent/gleam/try.gleam
Normal file
7
tests/indent/gleam/try.gleam
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pub fn main() {
|
||||
try int_a =
|
||||
parse_int(a)
|
||||
try int_b =
|
||||
parse_int(b)
|
||||
Ok(int_a + int_b)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue