nvim-treesitter/queries/nickel/indents.scm
Zheng PiaoDan dba8c8e781
fix(nickel): wrong indent on line after top level comment (#4792)
* fix(nickel): wrong indent on line after top level comment

Previous incorrect indentation on line after top level comment:

```
# no indent after this comment
  {
  another = 1
}
```

Expected result:

```
# no indent after this comment
{
  another = 1
}
````
2023-05-13 15:03:05 +09:00

13 lines
159 B
Scheme

[
(atom (uni_record)) ; for {...}
(atom terms: (term)) ; for [...]
] @indent.begin
[
"]"
"}"
] @indent.end @indent.branch
[
(comment)
] @indent.auto