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