splitjoin.nvim icon indicating copy to clipboard operation
splitjoin.nvim copied to clipboard

CSS lists

Open bennypowers opened this issue 1 year ago • 0 comments

a {
  color: blue;
  font: 12px "Fira Code", monospace;
  /*           ^ cursor */
}
a {
  color: blue;
  font:
    12px
    "Fira Code",
    monospace;
}

bennypowers avatar Feb 18 '23 21:02 bennypowers