Hi there, thanks for the work on this project!
When you have a comment describing your inline plugin and call any rocks command that manipulates this configuration, the resulting rocks.toml is broken.
Steps to reproduce
[Before] rocks.toml
[rocks]
[plugins]
"rocks.nvim" = "2.36.1"
"rocks-git.nvim" = "2.0.1"
# Test
"markdown.nvim" = { git = "meanderingprogrammer/markdown.nvim" }
Act
Rocks update
[After] rocks.toml
[rocks]
[plugins]
"rocks.nvim" = "2.36.1"
"rocks-git.nvim" = "2.0.1"
[
# Test
plugins."markdown.nvim" ]
git = "meanderingprogrammer/markdown.nvim"
rev = "v4.1.0^{}"