▲ 3 r/vim
Vim9.0: Commenting Inside A Dictionary
How do I safely insert comments inside a dictionary definition?
let s:groups = {
\ '0': { " black/white
\ '': ['#000000', '#ffffff'], " ...
\ '0': ['#000000', '#f5f5f5'], " ...
\ '1': ['#000000', '#dcdcdc'], " ...
\ '2': ['#000000', '#d3d3d3'], " ...
\ },
...
\}
u/CRTejaswi — 1 day ago