nvim-treesitter/tests
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
..
indent fix(nickel): wrong indent on line after top level comment (#4792) 2023-05-13 15:03:05 +09:00
query Update Capnp (#4713) 2023-05-07 00:12:49 +09:00
unit tests: fix deprecated tests (#4681) 2023-04-20 15:12:31 +09:00