mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
* 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
}
````
13 lines
159 B
Scheme
13 lines
159 B
Scheme
[
|
|
(atom (uni_record)) ; for {...}
|
|
(atom terms: (term)) ; for [...]
|
|
] @indent.begin
|
|
|
|
[
|
|
"]"
|
|
"}"
|
|
] @indent.end @indent.branch
|
|
|
|
[
|
|
(comment)
|
|
] @indent.auto
|