mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
feat: add indents.scm for nickel (#4790)
This commit is contained in:
parent
7e1cb38c38
commit
32d0baae44
4 changed files with 47 additions and 0 deletions
9
tests/indent/nickel/indent-newline.ncl
Normal file
9
tests/indent/nickel/indent-newline.ncl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
key1 = 1,
|
||||
key2 = [
|
||||
2
|
||||
],
|
||||
key3 = {
|
||||
key4 = 4
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue